Html Css Color HEX #822C0D Burnt Umber

📋 copy color: '#822C0D'

red 130 ◦ green 44 ◦ blue 13

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

Shades of Burnt Umber #822C0D

Tints of Burnt Umber #822C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.53%

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

R = 69.52%
G = 23.53%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#822C0D (or 0x822C0D) is known color: Burnt Umber. HEX triplet: 82, 2C and 0D. RGB value is (130,44,13). Sum of RGB (Red+Green+Blue) = 130+44+13=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #822C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C0D is #7DD3F2. Grayscale: #424242. Windows color (decimal): -8246259 or 863362. OLE color: 863362.

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

Color convert

RGB 130 44 13 -
CMYK 0 0.66 0.9 0.49
HSL 15.9º 0.82% 0.28% -
HSV(B) 15.9º 0.9% 0.51% -
XYZ 10.18 6.58 1.11 -
YUV 66.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 130 44 13 0 0.66 0.9 0.49 15.9 0.82 0.28
Hex 82 2C D 0 42 5A 31 10 52 1C
Octal 202 54 15 0 102 132 61 20 122 34
Binary 10000010 101100 1101 0 1000010 1011010 110001 10000 1010010 11100

Color Harmonies of #822C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C0D

Black with #822C0D

Text Example


Text Example

White with #822C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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