#B46407

Color #B46407 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B46407

Tints of Tenne (Tawny) #B46407

Color information

#B46407 (or 0xB46407) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 64 and 07. RGB value is (180,100,7). Sum of RGB (Red+Green+Blue) = 180+100+7=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B46407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46407 is #4B9BF8. Grayscale: #717171. Windows color (decimal): -4955129 or 484532. OLE color: 484532.

HSL color Cylindrical-coordinate representation of color #B46407: hue angle of 32.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B46407 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1801007-
CMYK00.440.960.29
HSL32.25º92.51%36.67%-
HSV(B)32.25º96.11%70.59%-
XYZ23.4218.832.6-
YUV113.3268175.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=62.72%
G=34.84%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180100700.440.960.2932.2592.5136.67
HexB464702C601D205d25
Octal2641447054140354013545
Binary10110100110010011101011001100000111011000001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46407; }

 p { color: rgb(180,100,7); }

 H1.HeaderClassName
 {
   color: #B46407;
 }
 .AnyTagClassName
 {
   color: #B46407;
 }
</style>
background-color css

<style>
 a { background-color: #B46407; }

 a { background-color: rgb(180,100,7); }

 div.DivClassName
 {
   background-color: #B46407;
 }
 .BgClassName
 {
   background-color: #B46407;
 }
</style>
border-color css

<style>
 span { border-color: #B46407; }

 span { border-color: rgb(180,100,7); }

 td.TdClassName
 {
   border-color: #B46407;
 }
 .TagClassName
 {
   border-color: #B46407;
 }
</style>