#855E0C

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

Shades of Golden Brown #855E0C

Tints of Golden Brown #855E0C

Color information

#855E0C (or 0x855E0C) is unknown color: approx Golden Brown. HEX triplet: 85, 5E and 0C. RGB value is (133,94,12). Sum of RGB (Red+Green+Blue) = 133+94+12=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #855E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E0C is #7AA1F3. Grayscale: #606060. Windows color (decimal): -8036852 or 810629. OLE color: 810629.

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

Color convert

RGB1339412-
CMYK00.290.910.48
HSL40.66º83.45%28.43%-
HSV(B)40.66º90.98%52.16%-
XYZ13.7413.022.14-
YUV96.3180.42154.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=55.65%
G=39.33%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133941200.290.910.4840.6683.4528.43
Hex855EC01D5B3029531c
Octal20513614035133605112334
Binary10000101101111011000111011011011110000101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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