#844112

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

Shades of Saddle Brown #844112

Tints of Saddle Brown #844112

Color information

#844112 (or 0x844112) is unknown color: approx Saddle Brown. HEX triplet: 84, 41 and 12. RGB value is (132,65,18). Sum of RGB (Red+Green+Blue) = 132+65+18=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #844112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844112 is #7BBEED. Grayscale: #4F4F4F. Windows color (decimal): -8109806 or 1196420. OLE color: 1196420.

HSL color Cylindrical-coordinate representation of color #844112: hue angle of 24.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844112 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1326518-
CMYK00.510.860.48
HSL24.74º76%29.41%-
HSV(B)24.74º86.36%51.76%-
XYZ11.528.731.65-
YUV79.6893.2165.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=61.40%
G=30.23%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132651800.510.860.4824.747629.41
Hex8441120335630194c1d
Octal20410122063126603111435
Binary100001001000001100100110011101011011000011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844112; }

 p { color: rgb(132,65,18); }

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

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

 a { background-color: rgb(132,65,18); }

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

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

 span { border-color: rgb(132,65,18); }

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