#B36412

Color #B36412 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B36412

Tints of Golden Brown #B36412

Color information

#B36412 (or 0xB36412) is unknown color: approx Golden Brown. HEX triplet: B3, 64 and 12. RGB value is (179,100,18). Sum of RGB (Red+Green+Blue) = 179+100+18=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B36412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36412 is #4C9BED. Grayscale: #727272. Windows color (decimal): -5020654 or 1205427. OLE color: 1205427.

HSL color Cylindrical-coordinate representation of color #B36412: hue angle of 30.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B36412 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB17910018-
CMYK00.440.900.30
HSL30.56º81.73%38.63%-
HSV(B)30.56º89.94%70.2%-
XYZ23.2618.742.96-
YUV114.2773.67174.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=60.27%
G=33.67%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791001800.440.900.3030.5681.7338.63
HexB3641202C5A1E1f5227
Octal26314422054132363712247
Binary101100111100100100100101100101101011110111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36412; }

 p { color: rgb(179,100,18); }

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

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

 a { background-color: rgb(179,100,18); }

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

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

 span { border-color: rgb(179,100,18); }

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