Html Css Color HEX #8B554A Lotus

📋 copy color: '#8B554A'

red 139 ◦ green 85 ◦ blue 74

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

Shades of Lotus #8B554A

Tints of Lotus #8B554A

RGB

 RED value IS 139 (54.69% from 255) = 46.64%

 GREEN value IS 85 (33.59% from 255) = 28.52%

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

R = 46.64%
G = 28.52%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B554A (or 0x8B554A) is known color: Lotus. HEX triplet: 8B, 55 and 4A. RGB value is (139,85,74). Sum of RGB (Red+Green+Blue) = 139+85+74=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B554A is #74AAB5. Grayscale: #636363. Windows color (decimal): -7645878 or 4871563. OLE color: 4871563.

HSL color Cylindrical-coordinate representation of color #8B554A: hue angle of 10.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B554A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 85 74 -
CMYK 0 0.39 0.47 0.45
HSL 10.15º 0.31% 0.42% -
HSV(B) 10.15º 0.47% 0.55% -
XYZ 15.13 12.48 8.09 -
YUV 99.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 139 85 74 0 0.39 0.47 0.45 10.15 0.31 0.42
Hex 8B 55 4A 0 27 2F 2D A 1F 2A
Octal 213 125 112 0 47 57 55 12 37 52
Binary 10001011 1010101 1001010 0 100111 101111 101101 1010 11111 101010

Color Harmonies of #8B554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B554A

Black with #8B554A

Text Example


Text Example

White with #8B554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B554A; }

 p { color: rgb(139,85,74); }

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

background-color css

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

 a { background-color: rgb(139,85,74); }

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

border-color css

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

 span { border-color: rgb(139,85,74); }

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