Html Css Color HEX #822F18 Burnt Umber

📋 copy color: '#822F18'

red 130 ◦ green 47 ◦ blue 24

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

Shades of Burnt Umber #822F18

Tints of Burnt Umber #822F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 64.68%
G = 23.38%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822F18 (or 0x822F18) is known color: Burnt Umber. HEX triplet: 82, 2F and 18. RGB value is (130,47,24). Sum of RGB (Red+Green+Blue) = 130+47+24=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F18 is #7DD0E7. Grayscale: #454545. Windows color (decimal): -8245480 or 1585026. OLE color: 1585026.

HSL color Cylindrical-coordinate representation of color #822F18: hue angle of 13.02º degrees, saturation: 0.69, 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 #822F18 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 24 -
CMYK 0 0.64 0.82 0.49
HSL 13.02º 0.69% 0.3% -
HSV(B) 13.02º 0.82% 0.51% -
XYZ 10.39 6.84 1.64 -
YUV 69.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 130 47 24 0 0.64 0.82 0.49 13.02 0.69 0.3
Hex 82 2F 18 0 40 52 31 D 45 1E
Octal 202 57 30 0 100 122 61 15 105 36
Binary 10000010 101111 11000 0 1000000 1010010 110001 1101 1000101 11110

Color Harmonies of #822F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F18

Black with #822F18

Text Example


Text Example

White with #822F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,47,24); }

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

background-color css

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

 a { background-color: rgb(130,47,24); }

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

border-color css

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

 span { border-color: rgb(130,47,24); }

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