#844412

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

Shades of Saddle Brown #844412

Tints of Saddle Brown #844412

Color information

#844412 (or 0x844412) is unknown color: approx Saddle Brown. HEX triplet: 84, 44 and 12. RGB value is (132,68,18). Sum of RGB (Red+Green+Blue) = 132+68+18=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844412 is #7BBBED. Grayscale: #515151. Windows color (decimal): -8109038 or 1197188. OLE color: 1197188.

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

Color convert

RGB1326818-
CMYK00.480.860.48
HSL26.32º76%29.41%-
HSV(B)26.32º86.36%51.76%-
XYZ11.699.081.71-
YUV81.4492.2164.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=60.55%
G=31.19%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132681800.480.860.4826.327629.41
Hex84441203056301a4c1d
Octal20410422060126603211435
Binary100001001000100100100110000101011011000011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844412; }

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

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

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

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

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

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

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

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