Html Css Color HEX #815010 Raw Umber

📋 copy color: '#815010'

red 129 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #815010

Tints of Raw Umber #815010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 57.33%
G = 35.56%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#815010 (or 0x815010) is known color: Raw Umber. HEX triplet: 81, 50 and 10. RGB value is (129,80,16). Sum of RGB (Red+Green+Blue) = 129+80+16=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #815010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815010 is #7EAFEF. Grayscale: #575757. Windows color (decimal): -8302576 or 1069185. OLE color: 1069185.

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

Color convert

RGB 129 80 16 -
CMYK 0 0.38 0.88 0.49
HSL 33.98º 0.78% 0.28% -
HSV(B) 33.98º 0.88% 0.51% -
XYZ 12.02 10.44 1.87 -
YUV 87.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 129 80 16 0 0.38 0.88 0.49 33.98 0.78 0.28
Hex 81 50 10 0 26 58 31 22 4E 1C
Octal 201 120 20 0 46 130 61 42 116 34
Binary 10000001 1010000 10000 0 100110 1011000 110001 100010 1001110 11100

Color Harmonies of #815010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815010

Black with #815010

Text Example


Text Example

White with #815010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815010; }

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

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

background-color css

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

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

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

border-color css

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

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

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