Html Css Color HEX #824911 Saddle Brown

📋 copy color: '#824911'

red 130 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #824911

Tints of Saddle Brown #824911

RGB

 RED value IS 130 (51.17% from 255) = 59.09%

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

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

R = 59.09%
G = 33.18%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#824911 (or 0x824911) is known color: Saddle Brown. HEX triplet: 82, 49 and 11. RGB value is (130,73,17). Sum of RGB (Red+Green+Blue) = 130+73+17=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824911 is #7DB6EE. Grayscale: #535353. Windows color (decimal): -8238831 or 1132930. OLE color: 1132930.

HSL color Cylindrical-coordinate representation of color #824911: hue angle of 29.73º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #824911 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 17 -
CMYK 0 0.44 0.87 0.49
HSL 29.73º 0.77% 0.29% -
HSV(B) 29.73º 0.87% 0.51% -
XYZ 11.69 9.55 1.76 -
YUV 83.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 130 73 17 0 0.44 0.87 0.49 29.73 0.77 0.29
Hex 82 49 11 0 2C 57 31 1E 4D 1D
Octal 202 111 21 0 54 127 61 36 115 35
Binary 10000010 1001001 10001 0 101100 1010111 110001 11110 1001101 11101

Color Harmonies of #824911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824911

Black with #824911

Text Example


Text Example

White with #824911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824911; }

 p { color: rgb(130,73,17); }

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

background-color css

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

 a { background-color: rgb(130,73,17); }

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

border-color css

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

 span { border-color: rgb(130,73,17); }

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