Html Css Color HEX #834C4A Lotus

📋 copy color: '#834C4A'

red 131 ◦ green 76 ◦ blue 74

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

Shades of Lotus #834C4A

Tints of Lotus #834C4A

RGB

 RED value IS 131 (51.56% from 255) = 46.62%

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

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

R = 46.62%
G = 27.05%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#834C4A (or 0x834C4A) is known color: Lotus. HEX triplet: 83, 4C and 4A. RGB value is (131,76,74). Sum of RGB (Red+Green+Blue) = 131+76+74=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #834C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C4A is #7CB3B5. Grayscale: #5C5C5C. Windows color (decimal): -8172470 or 4869251. OLE color: 4869251.

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

Color convert

RGB 131 76 74 -
CMYK 0 0.42 0.44 0.49
HSL 2.11º 0.28% 0.4% -
HSV(B) 2.11º 0.44% 0.51% -
XYZ 13.18 10.49 7.81 -
YUV 92.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 131 76 74 0 0.42 0.44 0.49 2.11 0.28 0.4
Hex 83 4C 4A 0 2A 2C 31 2 1C 28
Octal 203 114 112 0 52 54 61 2 34 50
Binary 10000011 1001100 1001010 0 101010 101100 110001 10 11100 101000

Color Harmonies of #834C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C4A

Black with #834C4A

Text Example


Text Example

White with #834C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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