#855D08

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

Shades of Golden Brown #855D08

Tints of Golden Brown #855D08

Color information

#855D08 (or 0x855D08) is unknown color: approx Golden Brown. HEX triplet: 85, 5D and 08. RGB value is (133,93,8). Sum of RGB (Red+Green+Blue) = 133+93+8=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D08 is #7AA2F7. Grayscale: #5F5F5F. Windows color (decimal): -8037112 or 548229. OLE color: 548229.

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

Color convert

RGB133938-
CMYK00.300.940.48
HSL40.8º88.65%27.65%-
HSV(B)40.8º93.98%52.16%-
XYZ13.6312.831.99-
YUV95.2778.75154.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=56.84%
G=39.74%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393800.300.940.4840.888.6527.65
Hex855D801E5E3029591c
Octal20513510036136605113134
Binary10000101101110110000111101011110110000101001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,8); }

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

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

 a { background-color: rgb(133,93,8); }

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

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

 span { border-color: rgb(133,93,8); }

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