Html Css Color HEX #85756D Hurricane

📋 copy color: '#85756D'

red 133 ◦ green 117 ◦ blue 109

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

Shades of Hurricane #85756D

Tints of Hurricane #85756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 37.05%
G = 32.59%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85756D (or 0x85756D) is known color: Hurricane. HEX triplet: 85, 75 and 6D. RGB value is (133,117,109). Sum of RGB (Red+Green+Blue) = 133+117+109=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756D is #7A8A92. Grayscale: #787878. Windows color (decimal): -8030867 or 7173509. OLE color: 7173509.

HSL color Cylindrical-coordinate representation of color #85756D: hue angle of 20º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85756D is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 109 -
CMYK 0 0.12 0.18 0.48
HSL 20º 0.1% 0.47% -
HSV(B) 20º 0.18% 0.52% -
XYZ 18.79 18.81 17.11 -
YUV 120.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 133 117 109 0 0.12 0.18 0.48 20 0.1 0.47
Hex 85 75 6D 0 C 12 30 14 A 2F
Octal 205 165 155 0 14 22 60 24 12 57
Binary 10000101 1110101 1101101 0 1100 10010 110000 10100 1010 101111

Color Harmonies of #85756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85756D

Black with #85756D

Text Example


Text Example

White with #85756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85756D; }

 p { color: rgb(133,117,109); }

 H1.HeaderClassName
 {
   color: #85756D;
 }
 .AnyTagClassName
 {
   color: #85756D;
 }
</style>

background-color css

<style>
 a { background-color: #85756D; }

 a { background-color: rgb(133,117,109); }

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

border-color css

<style>
 span { border-color: #85756D; }

 span { border-color: rgb(133,117,109); }

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