#855D09

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

Shades of Golden Brown #855D09

Tints of Golden Brown #855D09

Color information

#855D09 (or 0x855D09) is unknown color: approx Golden Brown. HEX triplet: 85, 5D and 09. RGB value is (133,93,9). Sum of RGB (Red+Green+Blue) = 133+93+9=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #855D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D09 is #7AA2F6. Grayscale: #5F5F5F. Windows color (decimal): -8037111 or 613765. OLE color: 613765.

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

Color convert

RGB133939-
CMYK00.300.930.48
HSL40.65º87.32%27.84%-
HSV(B)40.65º93.23%52.16%-
XYZ13.6412.832.02-
YUV95.3879.25154.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=56.60%
G=39.57%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393900.300.930.4840.6587.3227.84
Hex855D901E5D3029571c
Octal20513511036135605112734
Binary10000101101110110010111101011101110000101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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