Html Css Color HEX #822C1A Burnt Umber

📋 copy color: '#822C1A'

red 130 ◦ green 44 ◦ blue 26

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

Shades of Burnt Umber #822C1A

Tints of Burnt Umber #822C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 65%
G = 22%
B = 13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#822C1A (or 0x822C1A) is known color: Burnt Umber. HEX triplet: 82, 2C and 1A. RGB value is (130,44,26). Sum of RGB (Red+Green+Blue) = 130+44+26=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #822C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C1A is #7DD3E5. Grayscale: #434343. Windows color (decimal): -8246246 or 1715330. OLE color: 1715330.

HSL color Cylindrical-coordinate representation of color #822C1A: hue angle of 10.38º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822C1A is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 44 26 -
CMYK 0 0.66 0.8 0.49
HSL 10.38º 0.67% 0.31% -
HSV(B) 10.38º 0.8% 0.51% -
XYZ 10.29 6.62 1.71 -
YUV 67.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 130 44 26 0 0.66 0.8 0.49 10.38 0.67 0.31
Hex 82 2C 1A 0 42 50 31 A 43 1F
Octal 202 54 32 0 102 120 61 12 103 37
Binary 10000010 101100 11010 0 1000010 1010000 110001 1010 1000011 11111

Color Harmonies of #822C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C1A

Black with #822C1A

Text Example


Text Example

White with #822C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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