Html Css Color HEX #80500F Raw Umber

📋 copy color: '#80500F'

red 128 ◦ green 80 ◦ blue 15

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

Shades of Raw Umber #80500F

Tints of Raw Umber #80500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 57.4%
G = 35.87%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80500F (or 0x80500F) is known color: Raw Umber. HEX triplet: 80, 50 and 0F. RGB value is (128,80,15). Sum of RGB (Red+Green+Blue) = 128+80+15=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80500F is #7FAFF0. Grayscale: #575757. Windows color (decimal): -8368113 or 1003648. OLE color: 1003648.

HSL color Cylindrical-coordinate representation of color #80500F: hue angle of 34.51º 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 #80500F is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 15 -
CMYK 0 0.38 0.88 0.50
HSL 34.51º 0.79% 0.28% -
HSV(B) 34.51º 0.88% 0.5% -
XYZ 11.86 10.36 1.83 -
YUV 86.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 128 80 15 0 0.38 0.88 0.50 34.51 0.79 0.28
Hex 80 50 F 0 26 58 32 23 4F 1C
Octal 200 120 17 0 46 130 62 43 117 34
Binary 10000000 1010000 1111 0 100110 1011000 110010 100011 1001111 11100

Color Harmonies of #80500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80500F

Black with #80500F

Text Example


Text Example

White with #80500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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