#854C0F

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

Shades of Saddle Brown #854C0F

Tints of Saddle Brown #854C0F

Color information

#854C0F (or 0x854C0F) is unknown color: approx Saddle Brown. HEX triplet: 85, 4C and 0F. RGB value is (133,76,15). Sum of RGB (Red+Green+Blue) = 133+76+15=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C0F is #7AB3F0. Grayscale: #565656. Windows color (decimal): -8041457 or 1002629. OLE color: 1002629.

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

Color convert

RGB1337615-
CMYK00.430.890.48
HSL31.02º79.73%29.02%-
HSV(B)31.02º88.72%52.16%-
XYZ12.3410.191.77-
YUV86.0987.88161.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=59.38%
G=33.93%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133761500.430.890.4831.0279.7329.02
Hex854CF02B59301f501d
Octal20511417053131603712035
Binary10000101100110011110101011101100111000011111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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