Html Css Color HEX #802B0F Burnt Umber

📋 copy color: '#802B0F'

red 128 ◦ green 43 ◦ blue 15

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

Shades of Burnt Umber #802B0F

Tints of Burnt Umber #802B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 68.82%
G = 23.12%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#802B0F (or 0x802B0F) is known color: Burnt Umber. HEX triplet: 80, 2B and 0F. RGB value is (128,43,15). Sum of RGB (Red+Green+Blue) = 128+43+15=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B0F is #7FD4F0. Grayscale: #414141. Windows color (decimal): -8377585 or 994176. OLE color: 994176.

HSL color Cylindrical-coordinate representation of color #802B0F: hue angle of 14.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #802B0F is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 15 -
CMYK 0 0.66 0.88 0.50
HSL 14.87º 0.79% 0.28% -
HSV(B) 14.87º 0.88% 0.5% -
XYZ 9.85 6.35 1.16 -
YUV 65.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 128 43 15 0 0.66 0.88 0.50 14.87 0.79 0.28
Hex 80 2B F 0 42 58 32 F 4F 1C
Octal 200 53 17 0 102 130 62 17 117 34
Binary 10000000 101011 1111 0 1000010 1011000 110010 1111 1001111 11100

Color Harmonies of #802B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B0F

Black with #802B0F

Text Example


Text Example

White with #802B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,15); }

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

background-color css

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

 a { background-color: rgb(128,43,15); }

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

border-color css

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

 span { border-color: rgb(128,43,15); }

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