Html Css Color HEX #85748A Mamba

📋 copy color: '#85748A'

red 133 ◦ green 116 ◦ blue 138

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

Shades of Mamba #85748A

Tints of Mamba #85748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 34.37%
G = 29.97%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85748A (or 0x85748A) is known color: Mamba. HEX triplet: 85, 74 and 8A. RGB value is (133,116,138). Sum of RGB (Red+Green+Blue) = 133+116+138=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #85748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748A is #7A8B75. Grayscale: #7B7B7B. Windows color (decimal): -8031094 or 9073797. OLE color: 9073797.

HSL color Cylindrical-coordinate representation of color #85748A: hue angle of 286.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85748A is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 116 138 -
CMYK 0.04 0.16 0 0.46
HSL 286.36º 0.09% 0.5% -
HSV(B) 286.36º 0.16% 0.54% -
XYZ 20.51 19.31 26.69 -
YUV 123.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 133 116 138 0.04 0.16 0 0.46 286.36 0.09 0.5
Hex 85 74 8A 4 10 0 2E 11E 9 32
Octal 205 164 212 4 20 0 56 436 11 62
Binary 10000101 1110100 10001010 100 10000 0 101110 100011110 1001 110010

Color Harmonies of #85748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85748A

Black with #85748A

Text Example


Text Example

White with #85748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85748A; }

 p { color: rgb(133,116,138); }

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

background-color css

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

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

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

border-color css

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

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

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