Html Css Color HEX #854848 Lotus

📋 copy color: '#854848'

red 133 ◦ green 72 ◦ blue 72

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

Shades of Lotus #854848

Tints of Lotus #854848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 48.01%
G = 25.99%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#854848 (or 0x854848) is known color: Lotus. HEX triplet: 85, 48 and 48. RGB value is (133,72,72). Sum of RGB (Red+Green+Blue) = 133+72+72=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854848 is #7AB7B7. Grayscale: #5A5A5A. Windows color (decimal): -8042424 or 4737157. OLE color: 4737157.

HSL color Cylindrical-coordinate representation of color #854848: hue angle of 0º 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 #854848 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 72 -
CMYK 0 0.46 0.46 0.48
HSL 0.3% 0.4% -
HSV(B) 0.46% 0.52% -
XYZ 13.16 10.09 7.38 -
YUV 90.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 133 72 72 0 0.46 0.46 0.48 0 0.3 0.4
Hex 85 48 48 0 2E 2E 30 0 1E 28
Octal 205 110 110 0 56 56 60 0 36 50
Binary 10000101 1001000 1001000 0 101110 101110 110000 0 11110 101000

Color Harmonies of #854848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854848

Black with #854848

Text Example


Text Example

White with #854848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854848; }

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

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

background-color css

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

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

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

border-color css

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

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

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