Html Css Color HEX #822A17 Burnt Umber

📋 copy color: '#822A17'

red 130 ◦ green 42 ◦ blue 23

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

Shades of Burnt Umber #822A17

Tints of Burnt Umber #822A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

 BLUE value IS 23 (9.38% from 255) = 11.79%

R = 66.67%
G = 21.54%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822A17 (or 0x822A17) is known color: Burnt Umber. HEX triplet: 82, 2A and 17. RGB value is (130,42,23). Sum of RGB (Red+Green+Blue) = 130+42+23=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A17 is #7DD5E8. Grayscale: #424242. Windows color (decimal): -8246761 or 1518210. OLE color: 1518210.

HSL color Cylindrical-coordinate representation of color #822A17: hue angle of 10.65º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822A17 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 42 23 -
CMYK 0 0.68 0.82 0.49
HSL 10.65º 0.7% 0.3% -
HSV(B) 10.65º 0.82% 0.51% -
XYZ 10.19 6.46 1.52 -
YUV 66.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 130 42 23 0 0.68 0.82 0.49 10.65 0.7 0.3
Hex 82 2A 17 0 44 52 31 B 46 1E
Octal 202 52 27 0 104 122 61 13 106 36
Binary 10000010 101010 10111 0 1000100 1010010 110001 1011 1000110 11110

Color Harmonies of #822A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A17

Black with #822A17

Text Example


Text Example

White with #822A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,42,23); }

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

background-color css

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

 a { background-color: rgb(130,42,23); }

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

border-color css

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

 span { border-color: rgb(130,42,23); }

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