Html Css Color HEX #844210 Saddle Brown

📋 copy color: '#844210'

red 132 ◦ green 66 ◦ blue 16

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

Shades of Saddle Brown #844210

Tints of Saddle Brown #844210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 61.68%
G = 30.84%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#844210 (or 0x844210) is known color: Saddle Brown. HEX triplet: 84, 42 and 10. RGB value is (132,66,16). Sum of RGB (Red+Green+Blue) = 132+66+16=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #844210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844210 is #7BBDEF. Grayscale: #505050. Windows color (decimal): -8109552 or 1065604. OLE color: 1065604.

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

Color convert

RGB 132 66 16 -
CMYK 0 0.5 0.88 0.48
HSL 25.86º 0.78% 0.29% -
HSV(B) 25.86º 0.88% 0.52% -
XYZ 11.56 8.84 1.59 -
YUV 80.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 132 66 16 0 0.5 0.88 0.48 25.86 0.78 0.29
Hex 84 42 10 0 32 58 30 1A 4E 1D
Octal 204 102 20 0 62 130 60 32 116 35
Binary 10000100 1000010 10000 0 110010 1011000 110000 11010 1001110 11101

Color Harmonies of #844210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844210

Black with #844210

Text Example


Text Example

White with #844210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844210; }

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

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

background-color css

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

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

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

border-color css

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

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

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