Html Css Color HEX #802B13 Burnt Umber

📋 copy color: '#802B13'

red 128 ◦ green 43 ◦ blue 19

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

Shades of Burnt Umber #802B13

Tints of Burnt Umber #802B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10%

R = 67.37%
G = 22.63%
B = 10%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#802B13 (or 0x802B13) is known color: Burnt Umber. HEX triplet: 80, 2B and 13. RGB value is (128,43,19). Sum of RGB (Red+Green+Blue) = 128+43+19=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #802B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B13 is #7FD4EC. Grayscale: #414141. Windows color (decimal): -8377581 or 1256320. OLE color: 1256320.

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

Color convert

RGB 128 43 19 -
CMYK 0 0.66 0.85 0.50
HSL 13.21º 0.74% 0.29% -
HSV(B) 13.21º 0.85% 0.5% -
XYZ 9.88 6.36 1.32 -
YUV 65.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 128 43 19 0 0.66 0.85 0.50 13.21 0.74 0.29
Hex 80 2B 13 0 42 55 32 D 4A 1D
Octal 200 53 23 0 102 125 62 15 112 35
Binary 10000000 101011 10011 0 1000010 1010101 110010 1101 1001010 11101

Color Harmonies of #802B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B13

Black with #802B13

Text Example


Text Example

White with #802B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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