#844D0F

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

Shades of Saddle Brown #844D0F

Tints of Saddle Brown #844D0F

Color information

#844D0F (or 0x844D0F) is unknown color: approx Saddle Brown. HEX triplet: 84, 4D and 0F. RGB value is (132,77,15). Sum of RGB (Red+Green+Blue) = 132+77+15=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #844D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D0F is #7BB2F0. Grayscale: #565656. Windows color (decimal): -8106737 or 1002884. OLE color: 1002884.

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

Color convert

RGB1327715-
CMYK00.420.890.48
HSL31.79º79.59%28.82%-
HSV(B)31.79º88.64%51.76%-
XYZ12.2610.251.78-
YUV86.3887.72160.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=58.93%
G=34.38%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132771500.420.890.4831.7979.5928.82
Hex844DF02A593020501d
Octal20411517052131604012035
Binary100001001001101111101010101011001110000100000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,15); }

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

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

 a { background-color: rgb(132,77,15); }

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

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

 span { border-color: rgb(132,77,15); }

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