Html Css Color HEX #802B0C Burnt Umber

📋 copy color: '#802B0C'

red 128 ◦ green 43 ◦ blue 12

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

Shades of Burnt Umber #802B0C

Tints of Burnt Umber #802B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 69.95%
G = 23.5%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#802B0C (or 0x802B0C) is known color: Burnt Umber. HEX triplet: 80, 2B and 0C. RGB value is (128,43,12). Sum of RGB (Red+Green+Blue) = 128+43+12=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B0C is #7FD4F3. Grayscale: #414141. Windows color (decimal): -8377588 or 797568. OLE color: 797568.

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

Color convert

RGB 128 43 12 -
CMYK 0 0.66 0.91 0.50
HSL 16.03º 0.83% 0.27% -
HSV(B) 16.03º 0.91% 0.5% -
XYZ 9.83 6.34 1.05 -
YUV 64.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 128 43 12 0 0.66 0.91 0.50 16.03 0.83 0.27
Hex 80 2B C 0 42 5B 32 10 53 1B
Octal 200 53 14 0 102 133 62 20 123 33
Binary 10000000 101011 1100 0 1000010 1011011 110010 10000 1010011 11011

Color Harmonies of #802B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B0C

Black with #802B0C

Text Example


Text Example

White with #802B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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