Html Css Color HEX #854B4A Lotus

📋 copy color: '#854B4A'

red 133 ◦ green 75 ◦ blue 74

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

Shades of Lotus #854B4A

Tints of Lotus #854B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

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

R = 47.16%
G = 26.6%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#854B4A (or 0x854B4A) is known color: Lotus. HEX triplet: 85, 4B and 4A. RGB value is (133,75,74). Sum of RGB (Red+Green+Blue) = 133+75+74=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B4A is #7AB4B5. Grayscale: #5C5C5C. Windows color (decimal): -8041654 or 4868997. OLE color: 4868997.

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

Color convert

RGB 133 75 74 -
CMYK 0 0.44 0.44 0.48
HSL 1.02º 0.29% 0.41% -
HSV(B) 1.02º 0.44% 0.52% -
XYZ 13.42 10.51 7.8 -
YUV 92.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 133 75 74 0 0.44 0.44 0.48 1.02 0.29 0.41
Hex 85 4B 4A 0 2C 2C 30 1 1D 29
Octal 205 113 112 0 54 54 60 1 35 51
Binary 10000101 1001011 1001010 0 101100 101100 110000 1 11101 101001

Color Harmonies of #854B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B4A

Black with #854B4A

Text Example


Text Example

White with #854B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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