#855C12

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

Shades of Golden Brown #855C12

Tints of Golden Brown #855C12

Color information

#855C12 (or 0x855C12) is unknown color: approx Golden Brown. HEX triplet: 85, 5C and 12. RGB value is (133,92,18). Sum of RGB (Red+Green+Blue) = 133+92+18=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C12 is #7AA3ED. Grayscale: #606060. Windows color (decimal): -8037358 or 1203333. OLE color: 1203333.

HSL color Cylindrical-coordinate representation of color #855C12: hue angle of 38.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855C12 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1339218-
CMYK00.310.860.48
HSL38.61º76.16%29.61%-
HSV(B)38.61º86.47%52.16%-
XYZ13.6112.682.3-
YUV95.8284.08154.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=54.73%
G=37.86%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133921800.310.860.4838.6176.1629.61
Hex855C1201F5630274c1e
Octal20513422037126604711436
Binary100001011011100100100111111010110110000100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,18); }

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

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

 a { background-color: rgb(133,92,18); }

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

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

 span { border-color: rgb(133,92,18); }

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