#844302

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

Shades of Saddle Brown #844302

Tints of Saddle Brown #844302

Color information

#844302 (or 0x844302) is unknown color: approx Saddle Brown. HEX triplet: 84, 43 and 02. RGB value is (132,67,2). Sum of RGB (Red+Green+Blue) = 132+67+2=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #844302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844302 is #7BBCFD. Grayscale: #4F4F4F. Windows color (decimal): -8109310 or 148356. OLE color: 148356.

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

Color convert

RGB132672-
CMYK00.490.980.48
HSL30º97.01%26.27%-
HSV(B)30º98.48%51.76%-
XYZ11.538.921.17-
YUV79.0284.53165.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.67%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=65.67%
G=33.33%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13267200.490.980.483097.0126.27
Hex8443203162301e611a
Octal2041032061142603614132
Binary100001001000011100110001110001011000011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844302; }

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

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

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

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

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

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

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

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