Html Css Color HEX #854C4C Lotus

📋 copy color: '#854C4C'

red 133 ◦ green 76 ◦ blue 76

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

Shades of Lotus #854C4C

Tints of Lotus #854C4C

RGB

 RED value IS 133 (52.34% from 255) = 46.67%

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

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

R = 46.67%
G = 26.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#854C4C (or 0x854C4C) is known color: Lotus. HEX triplet: 85, 4C and 4C. RGB value is (133,76,76). Sum of RGB (Red+Green+Blue) = 133+76+76=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C4C is #7AB3B3. Grayscale: #5D5D5D. Windows color (decimal): -8041396 or 5000325. OLE color: 5000325.

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

Color convert

RGB 133 76 76 -
CMYK 0 0.43 0.43 0.48
HSL 0.27% 0.41% -
HSV(B) 0.43% 0.52% -
XYZ 13.56 10.68 8.18 -
YUV 93.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 133 76 76 0 0.43 0.43 0.48 0 0.27 0.41
Hex 85 4C 4C 0 2B 2B 30 0 1B 29
Octal 205 114 114 0 53 53 60 0 33 51
Binary 10000101 1001100 1001100 0 101011 101011 110000 0 11011 101001

Color Harmonies of #854C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C4C

Black with #854C4C

Text Example


Text Example

White with #854C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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