#844202

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

Shades of Saddle Brown #844202

Tints of Saddle Brown #844202

Color information

#844202 (or 0x844202) is unknown color: approx Saddle Brown. HEX triplet: 84, 42 and 02. RGB value is (132,66,2). Sum of RGB (Red+Green+Blue) = 132+66+2=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #844202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844202 is #7BBDFD. Grayscale: #4E4E4E. Windows color (decimal): -8109566 or 148100. OLE color: 148100.

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

Color convert

RGB132662-
CMYK00.50.980.48
HSL29.54º97.01%26.27%-
HSV(B)29.54º98.48%51.76%-
XYZ11.478.811.15-
YUV78.4484.87166.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 2 (1.17% from 255) = 1%
R=66%
G=33%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266200.50.980.4829.5497.0126.27
Hex8442203262301e611a
Octal2041022062142603614132
Binary100001001000010100110010110001011000011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844202; }

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

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

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

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

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

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

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

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