Html Css Color HEX #844913 Saddle Brown

📋 copy color: '#844913'

red 132 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #844913

Tints of Saddle Brown #844913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 58.93%
G = 32.59%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#844913 (or 0x844913) is known color: Saddle Brown. HEX triplet: 84, 49 and 13. RGB value is (132,73,19). Sum of RGB (Red+Green+Blue) = 132+73+19=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #844913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844913 is #7BB6EC. Grayscale: #545454. Windows color (decimal): -8107757 or 1264004. OLE color: 1264004.

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

Color convert

RGB 132 73 19 -
CMYK 0 0.45 0.86 0.48
HSL 28.67º 0.75% 0.3% -
HSV(B) 28.67º 0.86% 0.52% -
XYZ 12.02 9.72 1.86 -
YUV 84.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 132 73 19 0 0.45 0.86 0.48 28.67 0.75 0.3
Hex 84 49 13 0 2D 56 30 1D 4B 1E
Octal 204 111 23 0 55 126 60 35 113 36
Binary 10000100 1001001 10011 0 101101 1010110 110000 11101 1001011 11110

Color Harmonies of #844913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844913

Black with #844913

Text Example


Text Example

White with #844913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844913; }

 p { color: rgb(132,73,19); }

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

background-color css

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

 a { background-color: rgb(132,73,19); }

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

border-color css

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

 span { border-color: rgb(132,73,19); }

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