#B36B13

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

Shades of Golden Brown #B36B13

Tints of Golden Brown #B36B13

Color information

#B36B13 (or 0xB36B13) is unknown color: approx Golden Brown. HEX triplet: B3, 6B and 13. RGB value is (179,107,19). Sum of RGB (Red+Green+Blue) = 179+107+19=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36B13 is #4C94EC. Grayscale: #767676. Windows color (decimal): -5018861 or 1272755. OLE color: 1272755.

HSL color Cylindrical-coordinate representation of color #B36B13: hue angle of 33º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36B13 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17910719-
CMYK00.400.890.30
HSL33º80.81%38.82%-
HSV(B)33º89.39%70.2%-
XYZ23.9720.153.24-
YUV118.571.85171.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=58.69%
G=35.08%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791071900.400.890.303380.8138.82
HexB36B13028591E215127
Octal26315323050131364112147
Binary1011001111010111001101010001011001111101000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B13; }

 p { color: rgb(179,107,19); }

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

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

 a { background-color: rgb(179,107,19); }

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

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

 span { border-color: rgb(179,107,19); }

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