Html Css Color HEX #854C4A Lotus

📋 copy color: '#854C4A'

red 133 ◦ green 76 ◦ blue 74

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

Shades of Lotus #854C4A

Tints of Lotus #854C4A

RGB

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

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

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

R = 47%
G = 26.86%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#854C4A (or 0x854C4A) is known color: Lotus. HEX triplet: 85, 4C and 4A. RGB value is (133,76,74). Sum of RGB (Red+Green+Blue) = 133+76+74=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C4A is #7AB3B5. Grayscale: #5C5C5C. Windows color (decimal): -8041398 or 4869253. OLE color: 4869253.

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

Color convert

RGB 133 76 74 -
CMYK 0 0.43 0.44 0.48
HSL 2.03º 0.29% 0.41% -
HSV(B) 2.03º 0.44% 0.52% -
XYZ 13.49 10.65 7.82 -
YUV 92.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 133 76 74 0 0.43 0.44 0.48 2.03 0.29 0.41
Hex 85 4C 4A 0 2B 2C 30 2 1D 29
Octal 205 114 112 0 53 54 60 2 35 51
Binary 10000101 1001100 1001010 0 101011 101100 110000 10 11101 101001

Color Harmonies of #854C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C4A

Black with #854C4A

Text Example


Text Example

White with #854C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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