#844F0E

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

Shades of Saddle Brown #844F0E

Tints of Saddle Brown #844F0E

Color information

#844F0E (or 0x844F0E) is unknown color: approx Saddle Brown. HEX triplet: 84, 4F and 0E. RGB value is (132,79,14). Sum of RGB (Red+Green+Blue) = 132+79+14=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #844F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844F0E is #7BB0F1. Grayscale: #575757. Windows color (decimal): -8106226 or 937860. OLE color: 937860.

HSL color Cylindrical-coordinate representation of color #844F0E: hue angle of 33.05º degrees, saturation: 0.81, 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 #844F0E is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1327914-
CMYK00.400.890.48
HSL33.05º80.82%28.63%-
HSV(B)33.05º89.39%51.76%-
XYZ12.3910.531.79-
YUV87.4486.56159.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=58.67%
G=35.11%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132791400.400.890.4833.0580.8228.63
Hex844FE028593021511d
Octal20411716050131604112135
Binary100001001001111111001010001011001110000100001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844F0E; }

 p { color: rgb(132,79,14); }

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

<style>
 a { background-color: #844F0E; }

 a { background-color: rgb(132,79,14); }

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

<style>
 span { border-color: #844F0E; }

 span { border-color: rgb(132,79,14); }

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