Html Css Color HEX #814D11 Raw Umber

📋 copy color: '#814D11'

red 129 ◦ green 77 ◦ blue 17

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

Shades of Raw Umber #814D11

Tints of Raw Umber #814D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 57.85%
G = 34.53%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#814D11 (or 0x814D11) is known color: Raw Umber. HEX triplet: 81, 4D and 11. RGB value is (129,77,17). Sum of RGB (Red+Green+Blue) = 129+77+17=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #814D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814D11 is #7EB2EE. Grayscale: #565656. Windows color (decimal): -8303343 or 1133953. OLE color: 1133953.

HSL color Cylindrical-coordinate representation of color #814D11: hue angle of 32.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814D11 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 77 17 -
CMYK 0 0.40 0.87 0.49
HSL 32.14º 0.77% 0.29% -
HSV(B) 32.14º 0.87% 0.51% -
XYZ 11.81 10.02 1.84 -
YUV 85.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 129 77 17 0 0.40 0.87 0.49 32.14 0.77 0.29
Hex 81 4D 11 0 28 57 31 20 4D 1D
Octal 201 115 21 0 50 127 61 40 115 35
Binary 10000001 1001101 10001 0 101000 1010111 110001 100000 1001101 11101

Color Harmonies of #814D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D11

Black with #814D11

Text Example


Text Example

White with #814D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814D11; }

 p { color: rgb(129,77,17); }

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

background-color css

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

 a { background-color: rgb(129,77,17); }

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

border-color css

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

 span { border-color: rgb(129,77,17); }

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