Html Css Color HEX #844A11 Saddle Brown

📋 copy color: '#844A11'

red 132 ◦ green 74 ◦ blue 17

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

Shades of Saddle Brown #844A11

Tints of Saddle Brown #844A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 59.19%
G = 33.18%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#844A11 (or 0x844A11) is known color: Saddle Brown. HEX triplet: 84, 4A and 11. RGB value is (132,74,17). Sum of RGB (Red+Green+Blue) = 132+74+17=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A11 is #7BB5EE. Grayscale: #555555. Windows color (decimal): -8107503 or 1133188. OLE color: 1133188.

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

Color convert

RGB 132 74 17 -
CMYK 0 0.44 0.87 0.48
HSL 29.74º 0.77% 0.29% -
HSV(B) 29.74º 0.87% 0.52% -
XYZ 12.07 9.84 1.79 -
YUV 84.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 132 74 17 0 0.44 0.87 0.48 29.74 0.77 0.29
Hex 84 4A 11 0 2C 57 30 1E 4D 1D
Octal 204 112 21 0 54 127 60 36 115 35
Binary 10000100 1001010 10001 0 101100 1010111 110000 11110 1001101 11101

Color Harmonies of #844A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A11

Black with #844A11

Text Example


Text Example

White with #844A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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