Html Css Color HEX #822C14 Burnt Umber

📋 copy color: '#822C14'

red 130 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #822C14

Tints of Burnt Umber #822C14

RGB

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

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

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

R = 67.01%
G = 22.68%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822C14 (or 0x822C14) is known color: Burnt Umber. HEX triplet: 82, 2C and 14. RGB value is (130,44,20). Sum of RGB (Red+Green+Blue) = 130+44+20=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #822C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C14 is #7DD3EB. Grayscale: #434343. Windows color (decimal): -8246252 or 1322114. OLE color: 1322114.

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

Color convert

RGB 130 44 20 -
CMYK 0 0.66 0.85 0.49
HSL 13.09º 0.73% 0.29% -
HSV(B) 13.09º 0.85% 0.51% -
XYZ 10.23 6.6 1.4 -
YUV 66.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 130 44 20 0 0.66 0.85 0.49 13.09 0.73 0.29
Hex 82 2C 14 0 42 55 31 D 49 1D
Octal 202 54 24 0 102 125 61 15 111 35
Binary 10000010 101100 10100 0 1000010 1010101 110001 1101 1001001 11101

Color Harmonies of #822C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C14

Black with #822C14

Text Example


Text Example

White with #822C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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