#855B0A

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

Shades of Golden Brown #855B0A

Tints of Golden Brown #855B0A

Color information

#855B0A (or 0x855B0A) is unknown color: approx Golden Brown. HEX triplet: 85, 5B and 0A. RGB value is (133,91,10). Sum of RGB (Red+Green+Blue) = 133+91+10=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B0A is #7AA4F5. Grayscale: #5E5E5E. Windows color (decimal): -8037622 or 678789. OLE color: 678789.

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

Color convert

RGB1339110-
CMYK00.320.920.48
HSL39.51º86.01%28.04%-
HSV(B)39.51º92.48%52.16%-
XYZ13.4712.491.99-
YUV94.3280.41155.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=56.84%
G=38.89%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133911000.320.920.4839.5186.0128.04
Hex855BA0205C3028561c
Octal20513312040134605012634
Binary100001011011011101001000001011100110000101000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,10); }

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

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

 a { background-color: rgb(133,91,10); }

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

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

 span { border-color: rgb(133,91,10); }

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