Html Css Color HEX #844211 Saddle Brown

📋 copy color: '#844211'

red 132 ◦ green 66 ◦ blue 17

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

Shades of Saddle Brown #844211

Tints of Saddle Brown #844211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 61.4%
G = 30.7%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#844211 (or 0x844211) is known color: Saddle Brown. HEX triplet: 84, 42 and 11. RGB value is (132,66,17). Sum of RGB (Red+Green+Blue) = 132+66+17=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #844211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844211 is #7BBDEE. Grayscale: #505050. Windows color (decimal): -8109551 or 1131140. OLE color: 1131140.

HSL color Cylindrical-coordinate representation of color #844211: hue angle of 25.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #844211 is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 17 -
CMYK 0 0.5 0.87 0.48
HSL 25.57º 0.77% 0.29% -
HSV(B) 25.57º 0.87% 0.52% -
XYZ 11.57 8.84 1.63 -
YUV 80.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 132 66 17 0 0.5 0.87 0.48 25.57 0.77 0.29
Hex 84 42 11 0 32 57 30 1A 4D 1D
Octal 204 102 21 0 62 127 60 32 115 35
Binary 10000100 1000010 10001 0 110010 1010111 110000 11010 1001101 11101

Color Harmonies of #844211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844211

Black with #844211

Text Example


Text Example

White with #844211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844211; }

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

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

background-color css

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

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

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

border-color css

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

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

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