#844312

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

Shades of Saddle Brown #844312

Tints of Saddle Brown #844312

Color information

#844312 (or 0x844312) is unknown color: approx Saddle Brown. HEX triplet: 84, 43 and 12. RGB value is (132,67,18). Sum of RGB (Red+Green+Blue) = 132+67+18=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #844312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844312 is #7BBCED. Grayscale: #515151. Windows color (decimal): -8109294 or 1196932. OLE color: 1196932.

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

Color convert

RGB1326718-
CMYK00.490.860.48
HSL25.79º76%29.41%-
HSV(B)25.79º86.36%51.76%-
XYZ11.638.961.69-
YUV80.8592.53164.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=60.83%
G=30.88%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132671800.490.860.4825.797629.41
Hex84431203156301a4c1d
Octal20410322061126603211435
Binary100001001000011100100110001101011011000011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844312; }

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

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

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

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

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

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

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

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