Html Css Color HEX #854948 Lotus

📋 copy color: '#854948'

red 133 ◦ green 73 ◦ blue 72

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

Shades of Lotus #854948

Tints of Lotus #854948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 47.84%
G = 26.26%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#854948 (or 0x854948) is known color: Lotus. HEX triplet: 85, 49 and 48. RGB value is (133,73,72). Sum of RGB (Red+Green+Blue) = 133+73+72=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854948 is #7AB6B7. Grayscale: #5A5A5A. Windows color (decimal): -8042168 or 4737413. OLE color: 4737413.

HSL color Cylindrical-coordinate representation of color #854948: hue angle of 0.98º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854948 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 72 -
CMYK 0 0.45 0.46 0.48
HSL 0.98º 0.3% 0.4% -
HSV(B) 0.98º 0.46% 0.52% -
XYZ 13.23 10.22 7.41 -
YUV 90.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 133 73 72 0 0.45 0.46 0.48 0.98 0.3 0.4
Hex 85 49 48 0 2D 2E 30 1 1E 28
Octal 205 111 110 0 55 56 60 1 36 50
Binary 10000101 1001001 1001000 0 101101 101110 110000 1 11110 101000

Color Harmonies of #854948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854948

Black with #854948

Text Example


Text Example

White with #854948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854948; }

 p { color: rgb(133,73,72); }

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

background-color css

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

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

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

border-color css

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

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

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