Html Css Color HEX #844214 Saddle Brown

📋 copy color: '#844214'

red 132 ◦ green 66 ◦ blue 20

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

Shades of Saddle Brown #844214

Tints of Saddle Brown #844214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 60.55%
G = 30.28%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#844214 (or 0x844214) is known color: Saddle Brown. HEX triplet: 84, 42 and 14. RGB value is (132,66,20). Sum of RGB (Red+Green+Blue) = 132+66+20=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844214 is #7BBDEB. Grayscale: #505050. Windows color (decimal): -8109548 or 1327748. OLE color: 1327748.

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

Color convert

RGB 132 66 20 -
CMYK 0 0.5 0.85 0.48
HSL 24.64º 0.74% 0.3% -
HSV(B) 24.64º 0.85% 0.52% -
XYZ 11.59 8.85 1.76 -
YUV 80.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 132 66 20 0 0.5 0.85 0.48 24.64 0.74 0.3
Hex 84 42 14 0 32 55 30 19 4A 1E
Octal 204 102 24 0 62 125 60 31 112 36
Binary 10000100 1000010 10100 0 110010 1010101 110000 11001 1001010 11110

Color Harmonies of #844214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844214

Black with #844214

Text Example


Text Example

White with #844214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844214; }

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

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

background-color css

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

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

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

border-color css

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

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

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