Html Css Color HEX #822F26 Burnt Umber

📋 copy color: '#822F26'

red 130 ◦ green 47 ◦ blue 38

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

Shades of Burnt Umber #822F26

Tints of Burnt Umber #822F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.67%

R = 60.47%
G = 21.86%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#822F26 (or 0x822F26) is known color: Burnt Umber. HEX triplet: 82, 2F and 26. RGB value is (130,47,38). Sum of RGB (Red+Green+Blue) = 130+47+38=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #822F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F26 is #7DD0D9. Grayscale: #464646. Windows color (decimal): -8245466 or 2502530. OLE color: 2502530.

HSL color Cylindrical-coordinate representation of color #822F26: hue angle of 5.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822F26 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 38 -
CMYK 0 0.64 0.71 0.49
HSL 5.87º 0.55% 0.33% -
HSV(B) 5.87º 0.71% 0.51% -
XYZ 10.57 6.92 2.61 -
YUV 70.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 130 47 38 0 0.64 0.71 0.49 5.87 0.55 0.33
Hex 82 2F 26 0 40 47 31 6 37 21
Octal 202 57 46 0 100 107 61 6 67 41
Binary 10000010 101111 100110 0 1000000 1000111 110001 110 110111 100001

Color Harmonies of #822F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F26

Black with #822F26

Text Example


Text Example

White with #822F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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