Html Css Color HEX #895532 Rope

📋 copy color: '#895532'

red 137 ◦ green 85 ◦ blue 50

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

Shades of Rope #895532

Tints of Rope #895532

RGB

 RED value IS 137 (53.91% from 255) = 50.37%

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 50.37%
G = 31.25%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895532 (or 0x895532) is known color: Rope. HEX triplet: 89, 55 and 32. RGB value is (137,85,50). Sum of RGB (Red+Green+Blue) = 137+85+50=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #895532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895532 is #76AACD. Grayscale: #606060. Windows color (decimal): -7776974 or 3298697. OLE color: 3298697.

HSL color Cylindrical-coordinate representation of color #895532: hue angle of 24.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895532 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 50 -
CMYK 0 0.38 0.64 0.46
HSL 24.14º 0.47% 0.37% -
HSV(B) 24.14º 0.64% 0.54% -
XYZ 14.14 12.05 4.6 -
YUV 96.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 137 85 50 0 0.38 0.64 0.46 24.14 0.47 0.37
Hex 89 55 32 0 26 40 2E 18 2F 25
Octal 211 125 62 0 46 100 56 30 57 45
Binary 10001001 1010101 110010 0 100110 1000000 101110 11000 101111 100101

Color Harmonies of #895532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895532

Black with #895532

Text Example


Text Example

White with #895532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895532; }

 p { color: rgb(137,85,50); }

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

background-color css

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

 a { background-color: rgb(137,85,50); }

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

border-color css

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

 span { border-color: rgb(137,85,50); }

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