Html Css Color HEX #814900 Raw Umber

📋 copy color: '#814900'

red 129 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #814900

Tints of Raw Umber #814900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

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

R = 63.86%
G = 36.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#814900 (or 0x814900) is known color: Raw Umber. HEX triplet: 81, 49 and 00. RGB value is (129,73,0). Sum of RGB (Red+Green+Blue) = 129+73+0=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #814900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814900 is #7EB6FF. Grayscale: #515151. Windows color (decimal): -8304384 or 18817. OLE color: 18817.

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

Color convert

RGB 129 73 0 -
CMYK 0 0.43 1 0.49
HSL 33.95º 1% 0.25% -
HSV(B) 33.95º 1% 0.51% -
XYZ 11.44 9.43 1.22 -
YUV 81.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 129 73 0 0 0.43 1 0.49 33.95 1 0.25
Hex 81 49 0 0 2B 64 31 22 64 19
Octal 201 111 0 0 53 144 61 42 144 31
Binary 10000001 1001001 0 0 101011 1100100 110001 100010 1100100 11001

Color Harmonies of #814900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814900

Black with #814900

Text Example


Text Example

White with #814900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814900; }

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

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

background-color css

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

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

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

border-color css

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

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

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