Html Css Color HEX #844414 Saddle Brown

📋 copy color: '#844414'

red 132 ◦ green 68 ◦ blue 20

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

Shades of Saddle Brown #844414

Tints of Saddle Brown #844414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 60%
G = 30.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#844414 (or 0x844414) is known color: Saddle Brown. HEX triplet: 84, 44 and 14. RGB value is (132,68,20). Sum of RGB (Red+Green+Blue) = 132+68+20=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844414 is #7BBBEB. Grayscale: #515151. Windows color (decimal): -8109036 or 1328260. OLE color: 1328260.

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

Color convert

RGB 132 68 20 -
CMYK 0 0.48 0.85 0.48
HSL 25.71º 0.74% 0.3% -
HSV(B) 25.71º 0.85% 0.52% -
XYZ 11.71 9.09 1.8 -
YUV 81.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 132 68 20 0 0.48 0.85 0.48 25.71 0.74 0.3
Hex 84 44 14 0 30 55 30 1A 4A 1E
Octal 204 104 24 0 60 125 60 32 112 36
Binary 10000100 1000100 10100 0 110000 1010101 110000 11010 1001010 11110

Color Harmonies of #844414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844414

Black with #844414

Text Example


Text Example

White with #844414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844414; }

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

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

background-color css

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

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

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

border-color css

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

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

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