Html Css Color HEX #814904 Raw Umber

📋 copy color: '#814904'

red 129 ◦ green 73 ◦ blue 4

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

Shades of Raw Umber #814904

Tints of Raw Umber #814904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 62.62%
G = 35.44%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#814904 (or 0x814904) is known color: Raw Umber. HEX triplet: 81, 49 and 04. RGB value is (129,73,4). Sum of RGB (Red+Green+Blue) = 129+73+4=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814904 is #7EB6FB. Grayscale: #525252. Windows color (decimal): -8304380 or 280961. OLE color: 280961.

HSL color Cylindrical-coordinate representation of color #814904: hue angle of 33.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #814904 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 4 -
CMYK 0 0.43 0.97 0.49
HSL 33.12º 0.94% 0.26% -
HSV(B) 33.12º 0.97% 0.51% -
XYZ 11.46 9.44 1.33 -
YUV 81.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 129 73 4 0 0.43 0.97 0.49 33.12 0.94 0.26
Hex 81 49 4 0 2B 61 31 21 5E 1A
Octal 201 111 4 0 53 141 61 41 136 32
Binary 10000001 1001001 100 0 101011 1100001 110001 100001 1011110 11010

Color Harmonies of #814904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814904

Black with #814904

Text Example


Text Example

White with #814904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814904; }

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

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

background-color css

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

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

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

border-color css

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

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

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