Html Css Color HEX #814C4A Lotus

📋 copy color: '#814C4A'

red 129 ◦ green 76 ◦ blue 74

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

Shades of Lotus #814C4A

Tints of Lotus #814C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 46.24%
G = 27.24%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#814C4A (or 0x814C4A) is known color: Lotus. HEX triplet: 81, 4C and 4A. RGB value is (129,76,74). Sum of RGB (Red+Green+Blue) = 129+76+74=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C4A is #7EB3B5. Grayscale: #5B5B5B. Windows color (decimal): -8303542 or 4869249. OLE color: 4869249.

HSL color Cylindrical-coordinate representation of color #814C4A: hue angle of 2.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814C4A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 74 -
CMYK 0 0.41 0.43 0.49
HSL 2.18º 0.27% 0.4% -
HSV(B) 2.18º 0.43% 0.51% -
XYZ 12.87 10.33 7.79 -
YUV 91.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 129 76 74 0 0.41 0.43 0.49 2.18 0.27 0.4
Hex 81 4C 4A 0 29 2B 31 2 1B 28
Octal 201 114 112 0 51 53 61 2 33 50
Binary 10000001 1001100 1001010 0 101001 101011 110001 10 11011 101000

Color Harmonies of #814C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C4A

Black with #814C4A

Text Example


Text Example

White with #814C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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