Html Css Color HEX #822813 Burnt Umber

📋 copy color: '#822813'

red 130 ◦ green 40 ◦ blue 19

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

Shades of Burnt Umber #822813

Tints of Burnt Umber #822813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 68.78%
G = 21.16%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822813 (or 0x822813) is known color: Burnt Umber. HEX triplet: 82, 28 and 13. RGB value is (130,40,19). Sum of RGB (Red+Green+Blue) = 130+40+19=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #822813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822813 is #7DD7EC. Grayscale: #404040. Windows color (decimal): -8247277 or 1255554. OLE color: 1255554.

HSL color Cylindrical-coordinate representation of color #822813: hue angle of 11.35º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #822813 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 19 -
CMYK 0 0.69 0.85 0.49
HSL 11.35º 0.74% 0.29% -
HSV(B) 11.35º 0.85% 0.51% -
XYZ 10.08 6.31 1.3 -
YUV 64.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 130 40 19 0 0.69 0.85 0.49 11.35 0.74 0.29
Hex 82 28 13 0 45 55 31 B 4A 1D
Octal 202 50 23 0 105 125 61 13 112 35
Binary 10000010 101000 10011 0 1000101 1010101 110001 1011 1001010 11101

Color Harmonies of #822813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822813

Black with #822813

Text Example


Text Example

White with #822813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822813; }

 p { color: rgb(130,40,19); }

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

background-color css

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

 a { background-color: rgb(130,40,19); }

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

border-color css

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

 span { border-color: rgb(130,40,19); }

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