Html Css Color HEX #815014 Raw Umber

📋 copy color: '#815014'

red 129 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #815014

Tints of Raw Umber #815014

RGB

 RED value IS 129 (50.78% from 255) = 56.33%

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

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

R = 56.33%
G = 34.93%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#815014 (or 0x815014) is known color: Raw Umber. HEX triplet: 81, 50 and 14. RGB value is (129,80,20). Sum of RGB (Red+Green+Blue) = 129+80+20=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #815014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815014 is #7EAFEB. Grayscale: #585858. Windows color (decimal): -8302572 or 1331329. OLE color: 1331329.

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

Color convert

RGB 129 80 20 -
CMYK 0 0.38 0.84 0.49
HSL 33.03º 0.73% 0.29% -
HSV(B) 33.03º 0.84% 0.51% -
XYZ 12.05 10.45 2.04 -
YUV 87.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 129 80 20 0 0.38 0.84 0.49 33.03 0.73 0.29
Hex 81 50 14 0 26 54 31 21 49 1D
Octal 201 120 24 0 46 124 61 41 111 35
Binary 10000001 1010000 10100 0 100110 1010100 110001 100001 1001001 11101

Color Harmonies of #815014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815014

Black with #815014

Text Example


Text Example

White with #815014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815014; }

 p { color: rgb(129,80,20); }

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

background-color css

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

 a { background-color: rgb(129,80,20); }

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

border-color css

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

 span { border-color: rgb(129,80,20); }

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