Html Css Color HEX #857975 Hurricane

📋 copy color: '#857975'

red 133 ◦ green 121 ◦ blue 117

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

Shades of Hurricane #857975

Tints of Hurricane #857975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 35.85%
G = 32.61%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857975 (or 0x857975) is known color: Hurricane. HEX triplet: 85, 79 and 75. RGB value is (133,121,117). Sum of RGB (Red+Green+Blue) = 133+121+117=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857975 is #7A868A. Grayscale: #7C7C7C. Windows color (decimal): -8029835 or 7698821. OLE color: 7698821.

HSL color Cylindrical-coordinate representation of color #857975: hue angle of 15º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857975 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 117 -
CMYK 0 0.09 0.12 0.48
HSL 15º 0.06% 0.49% -
HSV(B) 15º 0.12% 0.52% -
XYZ 19.72 19.95 19.64 -
YUV 124.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 133 121 117 0 0.09 0.12 0.48 15 0.06 0.49
Hex 85 79 75 0 9 C 30 F 6 31
Octal 205 171 165 0 11 14 60 17 6 61
Binary 10000101 1111001 1110101 0 1001 1100 110000 1111 110 110001

Color Harmonies of #857975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857975

Black with #857975

Text Example


Text Example

White with #857975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857975; }

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

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

background-color css

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

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

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

border-color css

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

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

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