Html Css Color HEX #815114 Raw Umber

📋 copy color: '#815114'

red 129 ◦ green 81 ◦ blue 20

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

Shades of Raw Umber #815114

Tints of Raw Umber #815114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 56.09%
G = 35.22%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#815114 (or 0x815114) is known color: Raw Umber. HEX triplet: 81, 51 and 14. RGB value is (129,81,20). Sum of RGB (Red+Green+Blue) = 129+81+20=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #815114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815114 is #7EAEEB. Grayscale: #585858. Windows color (decimal): -8302316 or 1331585. OLE color: 1331585.

HSL color Cylindrical-coordinate representation of color #815114: hue angle of 33.58º 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 #815114 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 20 -
CMYK 0 0.37 0.84 0.49
HSL 33.58º 0.73% 0.29% -
HSV(B) 33.58º 0.84% 0.51% -
XYZ 12.12 10.6 2.07 -
YUV 88.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 129 81 20 0 0.37 0.84 0.49 33.58 0.73 0.29
Hex 81 51 14 0 25 54 31 22 49 1D
Octal 201 121 24 0 45 124 61 42 111 35
Binary 10000001 1010001 10100 0 100101 1010100 110001 100010 1001001 11101

Color Harmonies of #815114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815114

Black with #815114

Text Example


Text Example

White with #815114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815114; }

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

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

background-color css

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

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

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

border-color css

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

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

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