Html Css Color HEX #814E00 Raw Umber

📋 copy color: '#814E00'

red 129 ◦ green 78 ◦ blue 0

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

Shades of Raw Umber #814E00

Tints of Raw Umber #814E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.32%
G = 37.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814E00 (or 0x814E00) is known color: Raw Umber. HEX triplet: 81, 4E and 00. RGB value is (129,78,0). Sum of RGB (Red+Green+Blue) = 129+78+0=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #814E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E00 is #7EB1FF. Grayscale: #545454. Windows color (decimal): -8303104 or 20097. OLE color: 20097.

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

Color convert

RGB 129 78 0 -
CMYK 0 0.40 1 0.49
HSL 36.28º 1% 0.25% -
HSV(B) 36.28º 1% 0.51% -
XYZ 11.78 10.12 1.33 -
YUV 84.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 129 78 0 0 0.40 1 0.49 36.28 1 0.25
Hex 81 4E 0 0 28 64 31 24 64 19
Octal 201 116 0 0 50 144 61 44 144 31
Binary 10000001 1001110 0 0 101000 1100100 110001 100100 1100100 11001

Color Harmonies of #814E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E00

Black with #814E00

Text Example


Text Example

White with #814E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,0); }

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

background-color css

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

 a { background-color: rgb(129,78,0); }

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

border-color css

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

 span { border-color: rgb(129,78,0); }

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