Html Css Color HEX #824209 Saddle Brown

📋 copy color: '#824209'

red 130 ◦ green 66 ◦ blue 9

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

Shades of Saddle Brown #824209

Tints of Saddle Brown #824209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 9 (3.91% from 255) = 4.39%

R = 63.41%
G = 32.2%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#824209 (or 0x824209) is known color: Saddle Brown. HEX triplet: 82, 42 and 09. RGB value is (130,66,9). Sum of RGB (Red+Green+Blue) = 130+66+9=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #824209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824209 is #7DBDF6. Grayscale: #4E4E4E. Windows color (decimal): -8240631 or 606850. OLE color: 606850.

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

Color convert

RGB 130 66 9 -
CMYK 0 0.49 0.93 0.49
HSL 28.26º 0.87% 0.27% -
HSV(B) 28.26º 0.93% 0.51% -
XYZ 11.2 8.66 1.34 -
YUV 78.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 130 66 9 0 0.49 0.93 0.49 28.26 0.87 0.27
Hex 82 42 9 0 31 5D 31 1C 57 1B
Octal 202 102 11 0 61 135 61 34 127 33
Binary 10000010 1000010 1001 0 110001 1011101 110001 11100 1010111 11011

Color Harmonies of #824209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824209

Black with #824209

Text Example


Text Example

White with #824209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824209; }

 p { color: rgb(130,66,9); }

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

background-color css

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

 a { background-color: rgb(130,66,9); }

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

border-color css

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

 span { border-color: rgb(130,66,9); }

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