#844E0F

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

Shades of Saddle Brown #844E0F

Tints of Saddle Brown #844E0F

Color information

#844E0F (or 0x844E0F) is unknown color: approx Saddle Brown. HEX triplet: 84, 4E and 0F. RGB value is (132,78,15). Sum of RGB (Red+Green+Blue) = 132+78+15=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #844E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E0F is #7BB1F0. Grayscale: #575757. Windows color (decimal): -8106481 or 1003140. OLE color: 1003140.

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

Color convert

RGB1327815-
CMYK00.410.890.48
HSL32.31º79.59%28.82%-
HSV(B)32.31º88.64%51.76%-
XYZ12.3310.391.81-
YUV86.9687.39160.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=58.67%
G=34.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132781500.410.890.4832.3179.5928.82
Hex844EF029593020501d
Octal20411617051131604012035
Binary100001001001110111101010011011001110000100000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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