#844A02

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

Shades of Saddle Brown #844A02

Tints of Saddle Brown #844A02

Color information

#844A02 (or 0x844A02) is unknown color: approx Saddle Brown. HEX triplet: 84, 4A and 02. RGB value is (132,74,2). Sum of RGB (Red+Green+Blue) = 132+74+2=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #844A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A02 is #7BB5FD. Grayscale: #535353. Windows color (decimal): -8107518 or 150148. OLE color: 150148.

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

Color convert

RGB132742-
CMYK00.440.980.48
HSL33.23º97.01%26.27%-
HSV(B)33.23º98.48%51.76%-
XYZ11.989.811.32-
YUV83.1382.22162.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.46%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=63.46%
G=35.58%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13274200.440.980.4833.2397.0126.27
Hex844A202C623021611a
Octal2041122054142604114132
Binary1000010010010101001011001100010110000100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A02; }

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

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

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

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

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

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

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

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