Html Css Color HEX #803014 Burnt Umber

📋 copy color: '#803014'

red 128 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #803014

Tints of Burnt Umber #803014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 65.31%
G = 24.49%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803014 (or 0x803014) is known color: Burnt Umber. HEX triplet: 80, 30 and 14. RGB value is (128,48,20). Sum of RGB (Red+Green+Blue) = 128+48+20=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #803014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803014 is #7FCFEB. Grayscale: #444444. Windows color (decimal): -8376300 or 1323136. OLE color: 1323136.

HSL color Cylindrical-coordinate representation of color #803014: hue angle of 15.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #803014 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 20 -
CMYK 0 0.62 0.84 0.50
HSL 15.56º 0.73% 0.29% -
HSV(B) 15.56º 0.84% 0.5% -
XYZ 10.09 6.75 1.43 -
YUV 68.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 128 48 20 0 0.62 0.84 0.50 15.56 0.73 0.29
Hex 80 30 14 0 3E 54 32 10 49 1D
Octal 200 60 24 0 76 124 62 20 111 35
Binary 10000000 110000 10100 0 111110 1010100 110010 10000 1001001 11101

Color Harmonies of #803014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803014

Black with #803014

Text Example


Text Example

White with #803014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803014; }

 p { color: rgb(128,48,20); }

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

background-color css

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

 a { background-color: rgb(128,48,20); }

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

border-color css

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

 span { border-color: rgb(128,48,20); }

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