#855E0A

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

Shades of Golden Brown #855E0A

Tints of Golden Brown #855E0A

Color information

#855E0A (or 0x855E0A) is unknown color: approx Golden Brown. HEX triplet: 85, 5E and 0A. RGB value is (133,94,10). Sum of RGB (Red+Green+Blue) = 133+94+10=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E0A is #7AA1F5. Grayscale: #606060. Windows color (decimal): -8036854 or 679557. OLE color: 679557.

HSL color Cylindrical-coordinate representation of color #855E0A: hue angle of 40.98º 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 #855E0A is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1339410-
CMYK00.290.920.48
HSL40.98º86.01%28.04%-
HSV(B)40.98º92.48%52.16%-
XYZ13.7313.012.08-
YUV96.0879.42154.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=56.12%
G=39.66%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133941000.290.920.4840.9886.0128.04
Hex855EA01D5C3029561c
Octal20513612035134605112634
Binary10000101101111010100111011011100110000101001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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