Html Css Color HEX #822810 Burnt Umber

📋 copy color: '#822810'

red 130 ◦ green 40 ◦ blue 16

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

Shades of Burnt Umber #822810

Tints of Burnt Umber #822810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 69.89%
G = 21.51%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#822810 (or 0x822810) is known color: Burnt Umber. HEX triplet: 82, 28 and 10. RGB value is (130,40,16). Sum of RGB (Red+Green+Blue) = 130+40+16=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822810 is #7DD7EF. Grayscale: #404040. Windows color (decimal): -8247280 or 1058946. OLE color: 1058946.

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

Color convert

RGB 130 40 16 -
CMYK 0 0.69 0.88 0.49
HSL 12.63º 0.78% 0.29% -
HSV(B) 12.63º 0.88% 0.51% -
XYZ 10.06 6.3 1.18 -
YUV 64.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 130 40 16 0 0.69 0.88 0.49 12.63 0.78 0.29
Hex 82 28 10 0 45 58 31 D 4E 1D
Octal 202 50 20 0 105 130 61 15 116 35
Binary 10000010 101000 10000 0 1000101 1011000 110001 1101 1001110 11101

Color Harmonies of #822810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822810

Black with #822810

Text Example


Text Example

White with #822810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822810; }

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

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

background-color css

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

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

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

border-color css

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

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

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