Html Css Color HEX #822B0D Burnt Umber

📋 copy color: '#822B0D'

red 130 ◦ green 43 ◦ blue 13

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

Shades of Burnt Umber #822B0D

Tints of Burnt Umber #822B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 69.89%
G = 23.12%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#822B0D (or 0x822B0D) is known color: Burnt Umber. HEX triplet: 82, 2B and 0D. RGB value is (130,43,13). Sum of RGB (Red+Green+Blue) = 130+43+13=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B0D is #7DD4F2. Grayscale: #414141. Windows color (decimal): -8246515 or 863106. OLE color: 863106.

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

Color convert

RGB 130 43 13 -
CMYK 0 0.67 0.9 0.49
HSL 15.38º 0.82% 0.28% -
HSV(B) 15.38º 0.9% 0.51% -
XYZ 10.14 6.5 1.1 -
YUV 65.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 130 43 13 0 0.67 0.9 0.49 15.38 0.82 0.28
Hex 82 2B D 0 43 5A 31 F 52 1C
Octal 202 53 15 0 103 132 61 17 122 34
Binary 10000010 101011 1101 0 1000011 1011010 110001 1111 1010010 11100

Color Harmonies of #822B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B0D

Black with #822B0D

Text Example


Text Example

White with #822B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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