Html Css Color HEX #822D09 Saddle Brown

📋 copy color: '#822D09'

red 130 ◦ green 45 ◦ blue 9

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

Shades of Saddle Brown #822D09

Tints of Saddle Brown #822D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

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

R = 70.65%
G = 24.46%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#822D09 (or 0x822D09) is known color: Saddle Brown. HEX triplet: 82, 2D and 09. RGB value is (130,45,9). Sum of RGB (Red+Green+Blue) = 130+45+9=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D09 is #7DD2F6. Grayscale: #424242. Windows color (decimal): -8246007 or 601474. OLE color: 601474.

HSL color Cylindrical-coordinate representation of color #822D09: hue angle of 17.85º 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 #822D09 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 9 -
CMYK 0 0.65 0.93 0.49
HSL 17.85º 0.87% 0.27% -
HSV(B) 17.85º 0.93% 0.51% -
XYZ 10.19 6.64 1 -
YUV 66.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 130 45 9 0 0.65 0.93 0.49 17.85 0.87 0.27
Hex 82 2D 9 0 41 5D 31 12 57 1B
Octal 202 55 11 0 101 135 61 22 127 33
Binary 10000010 101101 1001 0 1000001 1011101 110001 10010 1010111 11011

Color Harmonies of #822D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D09

Black with #822D09

Text Example


Text Example

White with #822D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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