Html Css Color HEX #844802 Saddle Brown

📋 copy color: '#844802'

red 132 ◦ green 72 ◦ blue 2

#844802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #844802

Tints of Saddle Brown #844802

RGB

 RED value IS 132 (51.95% from 255) = 64.08%

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 64.08%
G = 34.95%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#844802 (or 0x844802) is known color: Saddle Brown. HEX triplet: 84, 48 and 02. RGB value is (132,72,2). Sum of RGB (Red+Green+Blue) = 132+72+2=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #844802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844802 is #7BB7FD. Grayscale: #525252. Windows color (decimal): -8108030 or 149636. OLE color: 149636.

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

Color convert

RGB 132 72 2 -
CMYK 0 0.45 0.98 0.48
HSL 32.31º 0.97% 0.26% -
HSV(B) 32.31º 0.98% 0.52% -
XYZ 11.84 9.54 1.28 -
YUV 81.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 132 72 2 0 0.45 0.98 0.48 32.31 0.97 0.26
Hex 84 48 2 0 2D 62 30 20 61 1A
Octal 204 110 2 0 55 142 60 40 141 32
Binary 10000100 1001000 10 0 101101 1100010 110000 100000 1100001 11010

Color Harmonies of #844802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844802

Black with #844802

Text Example


Text Example

White with #844802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844802; }

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

 H1.HeaderClassName
 {
   color: #844802;
 }
 .AnyTagClassName
 {
   color: #844802;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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