Html Css Color HEX #85738C Mamba

📋 copy color: '#85738C'

red 133 ◦ green 115 ◦ blue 140

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

Shades of Mamba #85738C

Tints of Mamba #85738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 34.28%
G = 29.64%
B = 36.08%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85738C (or 0x85738C) is known color: Mamba. HEX triplet: 85, 73 and 8C. RGB value is (133,115,140). Sum of RGB (Red+Green+Blue) = 133+115+140=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #85738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738C is #7A8C73. Grayscale: #7B7B7B. Windows color (decimal): -8031348 or 9204613. OLE color: 9204613.

HSL color Cylindrical-coordinate representation of color #85738C: hue angle of 283.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85738C is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 115 140 -
CMYK 0.05 0.18 0 0.45
HSL 283.2º 0.1% 0.5% -
HSV(B) 283.2º 0.18% 0.55% -
XYZ 20.54 19.14 27.42 -
YUV 123.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 133 115 140 0.05 0.18 0 0.45 283.2 0.1 0.5
Hex 85 73 8C 5 12 0 2D 11B A 32
Octal 205 163 214 5 22 0 55 433 12 62
Binary 10000101 1110011 10001100 101 10010 0 101101 100011011 1010 110010

Color Harmonies of #85738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85738C

Black with #85738C

Text Example


Text Example

White with #85738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85738C; }

 p { color: rgb(133,115,140); }

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

background-color css

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

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

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

border-color css

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

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

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