Html Css Color HEX #844814 Saddle Brown

📋 copy color: '#844814'

red 132 ◦ green 72 ◦ blue 20

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

Shades of Saddle Brown #844814

Tints of Saddle Brown #844814

RGB

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

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

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

R = 58.93%
G = 32.14%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#844814 (or 0x844814) is known color: Saddle Brown. HEX triplet: 84, 48 and 14. RGB value is (132,72,20). Sum of RGB (Red+Green+Blue) = 132+72+20=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #844814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844814 is #7BB7EB. Grayscale: #545454. Windows color (decimal): -8108012 or 1329284. OLE color: 1329284.

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

Color convert

RGB 132 72 20 -
CMYK 0 0.45 0.85 0.48
HSL 27.86º 0.74% 0.3% -
HSV(B) 27.86º 0.85% 0.52% -
XYZ 11.96 9.59 1.88 -
YUV 84.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 132 72 20 0 0.45 0.85 0.48 27.86 0.74 0.3
Hex 84 48 14 0 2D 55 30 1C 4A 1E
Octal 204 110 24 0 55 125 60 34 112 36
Binary 10000100 1001000 10100 0 101101 1010101 110000 11100 1001010 11110

Color Harmonies of #844814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844814

Black with #844814

Text Example


Text Example

White with #844814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844814; }

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

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

background-color css

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

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

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

border-color css

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

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

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