Html Css Color HEX #822D0D Burnt Umber

📋 copy color: '#822D0D'

red 130 ◦ green 45 ◦ blue 13

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

Shades of Burnt Umber #822D0D

Tints of Burnt Umber #822D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 69.15%
G = 23.94%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#822D0D (or 0x822D0D) is known color: Burnt Umber. HEX triplet: 82, 2D and 0D. RGB value is (130,45,13). Sum of RGB (Red+Green+Blue) = 130+45+13=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #822D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D0D is #7DD2F2. Grayscale: #424242. Windows color (decimal): -8246003 or 863618. OLE color: 863618.

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

Color convert

RGB 130 45 13 -
CMYK 0 0.65 0.9 0.49
HSL 16.41º 0.82% 0.28% -
HSV(B) 16.41º 0.9% 0.51% -
XYZ 10.22 6.65 1.13 -
YUV 66.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 130 45 13 0 0.65 0.9 0.49 16.41 0.82 0.28
Hex 82 2D D 0 41 5A 31 10 52 1C
Octal 202 55 15 0 101 132 61 20 122 34
Binary 10000010 101101 1101 0 1000001 1011010 110001 10000 1010010 11100

Color Harmonies of #822D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D0D

Black with #822D0D

Text Example


Text Example

White with #822D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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