Html Css Color HEX #815012 Raw Umber

📋 copy color: '#815012'

red 129 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #815012

Tints of Raw Umber #815012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 56.83%
G = 35.24%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#815012 (or 0x815012) is known color: Raw Umber. HEX triplet: 81, 50 and 12. RGB value is (129,80,18). Sum of RGB (Red+Green+Blue) = 129+80+18=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #815012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815012 is #7EAFED. Grayscale: #575757. Windows color (decimal): -8302574 or 1200257. OLE color: 1200257.

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

Color convert

RGB 129 80 18 -
CMYK 0 0.38 0.86 0.49
HSL 33.51º 0.76% 0.29% -
HSV(B) 33.51º 0.86% 0.51% -
XYZ 12.03 10.45 1.95 -
YUV 87.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 129 80 18 0 0.38 0.86 0.49 33.51 0.76 0.29
Hex 81 50 12 0 26 56 31 22 4C 1D
Octal 201 120 22 0 46 126 61 42 114 35
Binary 10000001 1010000 10010 0 100110 1010110 110001 100010 1001100 11101

Color Harmonies of #815012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815012

Black with #815012

Text Example


Text Example

White with #815012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815012; }

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

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

background-color css

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

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

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

border-color css

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

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

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