Html Css Color HEX #802F26 Burnt Umber

📋 copy color: '#802F26'

red 128 ◦ green 47 ◦ blue 38

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

Shades of Burnt Umber #802F26

Tints of Burnt Umber #802F26

RGB

 RED value IS 128 (50.39% from 255) = 60.09%

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

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

R = 60.09%
G = 22.07%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#802F26 (or 0x802F26) is known color: Burnt Umber. HEX triplet: 80, 2F and 26. RGB value is (128,47,38). Sum of RGB (Red+Green+Blue) = 128+47+38=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #802F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F26 is #7FD0D9. Grayscale: #464646. Windows color (decimal): -8376538 or 2502528. OLE color: 2502528.

HSL color Cylindrical-coordinate representation of color #802F26: hue angle of 6º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802F26 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 38 -
CMYK 0 0.63 0.70 0.50
HSL 0.54% 0.33% -
HSV(B) 0.7% 0.5% -
XYZ 10.27 6.76 2.6 -
YUV 70.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 128 47 38 0 0.63 0.70 0.50 6 0.54 0.33
Hex 80 2F 26 0 3F 46 32 6 36 21
Octal 200 57 46 0 77 106 62 6 66 41
Binary 10000000 101111 100110 0 111111 1000110 110010 110 110110 100001

Color Harmonies of #802F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F26

Black with #802F26

Text Example


Text Example

White with #802F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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