#B36013

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

Shades of Golden Brown #B36013

Tints of Golden Brown #B36013

Color information

#B36013 (or 0xB36013) is unknown color: approx Golden Brown. HEX triplet: B3, 60 and 13. RGB value is (179,96,19). Sum of RGB (Red+Green+Blue) = 179+96+19=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B36013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36013 is #4C9FEC. Grayscale: #707070. Windows color (decimal): -5021677 or 1269939. OLE color: 1269939.

HSL color Cylindrical-coordinate representation of color #B36013: hue angle of 28.88º 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 #B36013 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB1799619-
CMYK00.460.890.30
HSL28.88º80.81%38.82%-
HSV(B)28.88º89.39%70.2%-
XYZ22.89182.88-
YUV112.0475.5175.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=60.88%
G=32.65%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179961900.460.890.3028.8880.8138.82
HexB3601302E591E1d5127
Octal26314023056131363512147
Binary101100111100000100110101110101100111110111011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36013; }

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

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

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

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

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

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

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

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