Html Css Color HEX #915C40 Rope

📋 copy color: '#915C40'

red 145 ◦ green 92 ◦ blue 64

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

Shades of Rope #915C40

Tints of Rope #915C40

RGB

 RED value IS 145 (57.03% from 255) = 48.17%

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 48.17%
G = 30.56%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#915C40 (or 0x915C40) is known color: Rope. HEX triplet: 91, 5C and 40. RGB value is (145,92,64). Sum of RGB (Red+Green+Blue) = 145+92+64=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #915C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C40 is #6EA3BF. Grayscale: #686868. Windows color (decimal): -7250880 or 4218001. OLE color: 4218001.

HSL color Cylindrical-coordinate representation of color #915C40: hue angle of 20.74º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915C40 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 64 -
CMYK 0 0.37 0.56 0.43
HSL 20.74º 0.39% 0.41% -
HSV(B) 20.74º 0.56% 0.57% -
XYZ 16.43 14.04 6.7 -
YUV 104.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 145 92 64 0 0.37 0.56 0.43 20.74 0.39 0.41
Hex 91 5C 40 0 25 38 2B 15 27 29
Octal 221 134 100 0 45 70 53 25 47 51
Binary 10010001 1011100 1000000 0 100101 111000 101011 10101 100111 101001

Color Harmonies of #915C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C40

Black with #915C40

Text Example


Text Example

White with #915C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915C40; }

 p { color: rgb(145,92,64); }

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

background-color css

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

 a { background-color: rgb(145,92,64); }

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

border-color css

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

 span { border-color: rgb(145,92,64); }

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