Html Css Color HEX #8B4E4B Lotus

📋 copy color: '#8B4E4B'

red 139 ◦ green 78 ◦ blue 75

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

Shades of Lotus #8B4E4B

Tints of Lotus #8B4E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 47.6%
G = 26.71%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B4E4B (or 0x8B4E4B) is known color: Lotus. HEX triplet: 8B, 4E and 4B. RGB value is (139,78,75). Sum of RGB (Red+Green+Blue) = 139+78+75=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E4B is #74B1B4. Grayscale: #5F5F5F. Windows color (decimal): -7647669 or 4935307. OLE color: 4935307.

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

Color convert

RGB 139 78 75 -
CMYK 0 0.44 0.46 0.45
HSL 2.81º 0.3% 0.42% -
HSV(B) 2.81º 0.46% 0.55% -
XYZ 14.64 11.45 8.09 -
YUV 95.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 139 78 75 0 0.44 0.46 0.45 2.81 0.3 0.42
Hex 8B 4E 4B 0 2C 2E 2D 3 1E 2A
Octal 213 116 113 0 54 56 55 3 36 52
Binary 10001011 1001110 1001011 0 101100 101110 101101 11 11110 101010

Color Harmonies of #8B4E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4E4B

Black with #8B4E4B

Text Example


Text Example

White with #8B4E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,78,75); }

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

background-color css

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

 a { background-color: rgb(139,78,75); }

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

border-color css

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

 span { border-color: rgb(139,78,75); }

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