Html Css Color HEX #814C04 Raw Umber

📋 copy color: '#814C04'

red 129 ◦ green 76 ◦ blue 4

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

Shades of Raw Umber #814C04

Tints of Raw Umber #814C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 61.72%
G = 36.36%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#814C04 (or 0x814C04) is known color: Raw Umber. HEX triplet: 81, 4C and 04. RGB value is (129,76,4). Sum of RGB (Red+Green+Blue) = 129+76+4=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #814C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C04 is #7EB3FB. Grayscale: #535353. Windows color (decimal): -8303612 or 281729. OLE color: 281729.

HSL color Cylindrical-coordinate representation of color #814C04: hue angle of 34.56º 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 #814C04 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 4 -
CMYK 0 0.41 0.97 0.49
HSL 34.56º 0.94% 0.26% -
HSV(B) 34.56º 0.97% 0.51% -
XYZ 11.66 9.84 1.4 -
YUV 83.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 129 76 4 0 0.41 0.97 0.49 34.56 0.94 0.26
Hex 81 4C 4 0 29 61 31 23 5E 1A
Octal 201 114 4 0 51 141 61 43 136 32
Binary 10000001 1001100 100 0 101001 1100001 110001 100011 1011110 11010

Color Harmonies of #814C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C04

Black with #814C04

Text Example


Text Example

White with #814C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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