#854C10

Color #854C10 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #854C10

Tints of Saddle Brown #854C10

Color information

#854C10 (or 0x854C10) is unknown color: approx Saddle Brown. HEX triplet: 85, 4C and 10. RGB value is (133,76,16). Sum of RGB (Red+Green+Blue) = 133+76+16=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #854C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C10 is #7AB3EF. Grayscale: #565656. Windows color (decimal): -8041456 or 1068165. OLE color: 1068165.

HSL color Cylindrical-coordinate representation of color #854C10: hue angle of 30.77º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #854C10 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1337616-
CMYK00.430.880.48
HSL30.77º78.52%29.22%-
HSV(B)30.77º87.97%52.16%-
XYZ12.3510.191.81-
YUV86.288.38161.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.11%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=59.11%
G=33.78%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133761600.430.880.4830.7778.5229.22
Hex854C1002B58301f4f1d
Octal20511420053130603711735
Binary100001011001100100000101011101100011000011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C10; }

 p { color: rgb(133,76,16); }

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

<style>
 a { background-color: #854C10; }

 a { background-color: rgb(133,76,16); }

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

<style>
 span { border-color: #854C10; }

 span { border-color: rgb(133,76,16); }

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