Html Css Color HEX #85738A Mamba

📋 copy color: '#85738A'

red 133 ◦ green 115 ◦ blue 138

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

Shades of Mamba #85738A

Tints of Mamba #85738A

RGB

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

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

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

R = 34.46%
G = 29.79%
B = 35.75%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85738A (or 0x85738A) is known color: Mamba. HEX triplet: 85, 73 and 8A. RGB value is (133,115,138). Sum of RGB (Red+Green+Blue) = 133+115+138=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #85738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738A is #7A8C75. Grayscale: #7A7A7A. Windows color (decimal): -8031350 or 9073541. OLE color: 9073541.

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

Color convert

RGB 133 115 138 -
CMYK 0.04 0.17 0 0.46
HSL 286.96º 0.09% 0.5% -
HSV(B) 286.96º 0.17% 0.54% -
XYZ 20.39 19.08 26.65 -
YUV 123 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 133 115 138 0.04 0.17 0 0.46 286.96 0.09 0.5
Hex 85 73 8A 4 11 0 2E 11F 9 32
Octal 205 163 212 4 21 0 56 437 11 62
Binary 10000101 1110011 10001010 100 10001 0 101110 100011111 1001 110010

Color Harmonies of #85738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85738A

Black with #85738A

Text Example


Text Example

White with #85738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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