Html Css Color HEX #834C4C Lotus

📋 copy color: '#834C4C'

red 131 ◦ green 76 ◦ blue 76

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

Shades of Lotus #834C4C

Tints of Lotus #834C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 46.29%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#834C4C (or 0x834C4C) is known color: Lotus. HEX triplet: 83, 4C and 4C. RGB value is (131,76,76). Sum of RGB (Red+Green+Blue) = 131+76+76=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C4C is #7CB3B3. Grayscale: #5C5C5C. Windows color (decimal): -8172468 or 5000323. OLE color: 5000323.

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

Color convert

RGB 131 76 76 -
CMYK 0 0.42 0.42 0.49
HSL 0.27% 0.41% -
HSV(B) 0.42% 0.51% -
XYZ 13.25 10.52 8.17 -
YUV 92.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 131 76 76 0 0.42 0.42 0.49 0 0.27 0.41
Hex 83 4C 4C 0 2A 2A 31 0 1B 29
Octal 203 114 114 0 52 52 61 0 33 51
Binary 10000011 1001100 1001100 0 101010 101010 110001 0 11011 101001

Color Harmonies of #834C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C4C

Black with #834C4C

Text Example


Text Example

White with #834C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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