Html Css Color HEX #822913 Burnt Umber

📋 copy color: '#822913'

red 130 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #822913

Tints of Burnt Umber #822913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 68.42%
G = 21.58%
B = 10%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822913 (or 0x822913) is known color: Burnt Umber. HEX triplet: 82, 29 and 13. RGB value is (130,41,19). Sum of RGB (Red+Green+Blue) = 130+41+19=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822913 is #7DD6EC. Grayscale: #414141. Windows color (decimal): -8247021 or 1255810. OLE color: 1255810.

HSL color Cylindrical-coordinate representation of color #822913: hue angle of 11.89º 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 #822913 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 19 -
CMYK 0 0.68 0.85 0.49
HSL 11.89º 0.74% 0.29% -
HSV(B) 11.89º 0.85% 0.51% -
XYZ 10.12 6.38 1.31 -
YUV 65.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 130 41 19 0 0.68 0.85 0.49 11.89 0.74 0.29
Hex 82 29 13 0 44 55 31 C 4A 1D
Octal 202 51 23 0 104 125 61 14 112 35
Binary 10000010 101001 10011 0 1000100 1010101 110001 1100 1001010 11101

Color Harmonies of #822913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822913

Black with #822913

Text Example


Text Example

White with #822913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822913; }

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

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

background-color css

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

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

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

border-color css

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

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

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