Html Css Color HEX #802F25 Burnt Umber

📋 copy color: '#802F25'

red 128 ◦ green 47 ◦ blue 37

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

Shades of Burnt Umber #802F25

Tints of Burnt Umber #802F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 60.38%
G = 22.17%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802F25 (or 0x802F25) is known color: Burnt Umber. HEX triplet: 80, 2F and 25. RGB value is (128,47,37). Sum of RGB (Red+Green+Blue) = 128+47+37=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #802F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F25 is #7FD0DA. Grayscale: #464646. Windows color (decimal): -8376539 or 2436992. OLE color: 2436992.

HSL color Cylindrical-coordinate representation of color #802F25: hue angle of 6.59º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802F25 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 37 -
CMYK 0 0.63 0.71 0.50
HSL 6.59º 0.55% 0.32% -
HSV(B) 6.59º 0.71% 0.5% -
XYZ 10.25 6.76 2.51 -
YUV 70.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 128 47 37 0 0.63 0.71 0.50 6.59 0.55 0.32
Hex 80 2F 25 0 3F 47 32 7 37 20
Octal 200 57 45 0 77 107 62 7 67 40
Binary 10000000 101111 100101 0 111111 1000111 110010 111 110111 100000

Color Harmonies of #802F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F25

Black with #802F25

Text Example


Text Example

White with #802F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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