#855F00

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

Shades of Golden Brown #855F00

Tints of Golden Brown #855F00

Color information

#855F00 (or 0x855F00) is unknown color: approx Golden Brown. HEX triplet: 85, 5F and 00. RGB value is (133,95,0). Sum of RGB (Red+Green+Blue) = 133+95+0=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #855F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F00 is #7AA0FF. Grayscale: #5F5F5F. Windows color (decimal): -8036608 or 24453. OLE color: 24453.

HSL color Cylindrical-coordinate representation of color #855F00: hue angle of 42.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133950-
CMYK00.2910.48
HSL42.86º100%26.08%-
HSV(B)42.86º100%52.16%-
XYZ13.7713.171.82-
YUV95.5374.09154.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.33%
G=41.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13395000.2910.4842.8610026.08
Hex855F001D64302b641a
Octal2051370035144605314432
Binary10000101101111100111011100100110000101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,95,0); }

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

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

 a { background-color: rgb(133,95,0); }

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

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

 span { border-color: rgb(133,95,0); }

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