#855B0C

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

Shades of Golden Brown #855B0C

Tints of Golden Brown #855B0C

Color information

#855B0C (or 0x855B0C) is unknown color: approx Golden Brown. HEX triplet: 85, 5B and 0C. RGB value is (133,91,12). Sum of RGB (Red+Green+Blue) = 133+91+12=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B0C is #7AA4F3. Grayscale: #5E5E5E. Windows color (decimal): -8037620 or 809861. OLE color: 809861.

HSL color Cylindrical-coordinate representation of color #855B0C: hue angle of 39.17º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #855B0C is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1339112-
CMYK00.320.910.48
HSL39.17º83.45%28.43%-
HSV(B)39.17º90.98%52.16%-
XYZ13.4812.52.05-
YUV94.5581.41155.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=56.36%
G=38.56%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133911200.320.910.4839.1783.4528.43
Hex855BC0205B3027531c
Octal20513314040133604712334
Binary100001011011011110001000001011011110000100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B0C; }

 p { color: rgb(133,91,12); }

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

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

 a { background-color: rgb(133,91,12); }

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

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

 span { border-color: rgb(133,91,12); }

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