#844702

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

Shades of Saddle Brown #844702

Tints of Saddle Brown #844702

Color information

#844702 (or 0x844702) is unknown color: approx Saddle Brown. HEX triplet: 84, 47 and 02. RGB value is (132,71,2). Sum of RGB (Red+Green+Blue) = 132+71+2=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #844702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844702 is #7BB8FD. Grayscale: #515151. Windows color (decimal): -8108286 or 149380. OLE color: 149380.

HSL color Cylindrical-coordinate representation of color #844702: hue angle of 31.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #844702 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132712-
CMYK00.460.980.48
HSL31.85º97.01%26.27%-
HSV(B)31.85º98.48%51.76%-
XYZ11.789.421.25-
YUV81.3783.21164.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=64.39%
G=34.63%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13271200.460.980.4831.8597.0126.27
Hex8447202E623020611a
Octal2041072056142604014132
Binary1000010010001111001011101100010110000100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844702; }

 p { color: rgb(132,71,2); }

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

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

 a { background-color: rgb(132,71,2); }

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

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

 span { border-color: rgb(132,71,2); }

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