#844A0F

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

Shades of Saddle Brown #844A0F

Tints of Saddle Brown #844A0F

Color information

#844A0F (or 0x844A0F) is unknown color: approx Saddle Brown. HEX triplet: 84, 4A and 0F. RGB value is (132,74,15). Sum of RGB (Red+Green+Blue) = 132+74+15=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #844A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A0F is #7BB5F0. Grayscale: #545454. Windows color (decimal): -8107505 or 1002116. OLE color: 1002116.

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

Color convert

RGB1327415-
CMYK00.440.890.48
HSL30.26º79.59%28.82%-
HSV(B)30.26º88.64%51.76%-
XYZ12.059.841.72-
YUV84.6288.72161.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 15 (6.25% from 255) = 6.79%
R=59.73%
G=33.48%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132741500.440.890.4830.2679.5928.82
Hex844AF02C59301e501d
Octal20411217054131603612035
Binary10000100100101011110101100101100111000011110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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