Html Css Color HEX #822914 Burnt Umber

📋 copy color: '#822914'

red 130 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #822914

Tints of Burnt Umber #822914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 68.06%
G = 21.47%
B = 10.47%

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

#822914 (or 0x822914) is known color: Burnt Umber. HEX triplet: 82, 29 and 14. RGB value is (130,41,20). Sum of RGB (Red+Green+Blue) = 130+41+20=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #822914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822914 is #7DD6EB. Grayscale: #414141. Windows color (decimal): -8247020 or 1321346. OLE color: 1321346.

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

Color convert

RGB 130 41 20 -
CMYK 0 0.68 0.85 0.49
HSL 11.45º 0.73% 0.29% -
HSV(B) 11.45º 0.85% 0.51% -
XYZ 10.13 6.38 1.36 -
YUV 65.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 130 41 20 0 0.68 0.85 0.49 11.45 0.73 0.29
Hex 82 29 14 0 44 55 31 B 49 1D
Octal 202 51 24 0 104 125 61 13 111 35
Binary 10000010 101001 10100 0 1000100 1010101 110001 1011 1001001 11101

Color Harmonies of #822914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822914

Black with #822914

Text Example


Text Example

White with #822914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822914; }

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

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

background-color css

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

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

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

border-color css

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

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

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