Html Css Color HEX #805015 Raw Umber

📋 copy color: '#805015'

red 128 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #805015

Tints of Raw Umber #805015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 55.9%
G = 34.93%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805015 (or 0x805015) is known color: Raw Umber. HEX triplet: 80, 50 and 15. RGB value is (128,80,21). Sum of RGB (Red+Green+Blue) = 128+80+21=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #805015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805015 is #7FAFEA. Grayscale: #575757. Windows color (decimal): -8368107 or 1396864. OLE color: 1396864.

HSL color Cylindrical-coordinate representation of color #805015: hue angle of 33.08º degrees, saturation: 0.72, 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 #805015 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 21 -
CMYK 0 0.38 0.84 0.50
HSL 33.08º 0.72% 0.29% -
HSV(B) 33.08º 0.84% 0.5% -
XYZ 11.91 10.38 2.09 -
YUV 87.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 128 80 21 0 0.38 0.84 0.50 33.08 0.72 0.29
Hex 80 50 15 0 26 54 32 21 48 1D
Octal 200 120 25 0 46 124 62 41 110 35
Binary 10000000 1010000 10101 0 100110 1010100 110010 100001 1001000 11101

Color Harmonies of #805015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805015

Black with #805015

Text Example


Text Example

White with #805015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805015; }

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

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

background-color css

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

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

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

border-color css

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

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

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