#855D06

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

Shades of Golden Brown #855D06

Tints of Golden Brown #855D06

Color information

#855D06 (or 0x855D06) is unknown color: approx Golden Brown. HEX triplet: 85, 5D and 06. RGB value is (133,93,6). Sum of RGB (Red+Green+Blue) = 133+93+6=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D06 is #7AA2F9. Grayscale: #5F5F5F. Windows color (decimal): -8037114 or 417157. OLE color: 417157.

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

Color convert

RGB133936-
CMYK00.300.950.48
HSL41.1º91.37%27.25%-
HSV(B)41.1º95.49%52.16%-
XYZ13.6212.831.93-
YUV95.0477.75155.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=57.33%
G=40.09%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393600.300.950.4841.191.3727.25
Hex855D601E5F30295b1b
Octal2051356036137605113333
Binary1000010110111011100111101011111110000101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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