Html Css Color HEX #822D0B Saddle Brown

📋 copy color: '#822D0B'

red 130 ◦ green 45 ◦ blue 11

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

Shades of Saddle Brown #822D0B

Tints of Saddle Brown #822D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 69.89%
G = 24.19%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#822D0B (or 0x822D0B) is known color: Saddle Brown. HEX triplet: 82, 2D and 0B. RGB value is (130,45,11). Sum of RGB (Red+Green+Blue) = 130+45+11=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D0B is #7DD2F4. Grayscale: #424242. Windows color (decimal): -8246005 or 732546. OLE color: 732546.

HSL color Cylindrical-coordinate representation of color #822D0B: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #822D0B is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 11 -
CMYK 0 0.65 0.92 0.49
HSL 17.14º 0.84% 0.28% -
HSV(B) 17.14º 0.92% 0.51% -
XYZ 10.2 6.65 1.06 -
YUV 66.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 130 45 11 0 0.65 0.92 0.49 17.14 0.84 0.28
Hex 82 2D B 0 41 5C 31 11 54 1C
Octal 202 55 13 0 101 134 61 21 124 34
Binary 10000010 101101 1011 0 1000001 1011100 110001 10001 1010100 11100

Color Harmonies of #822D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D0B

Black with #822D0B

Text Example


Text Example

White with #822D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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