Html Css Color HEX #945940 Rope

📋 copy color: '#945940'

red 148 ◦ green 89 ◦ blue 64

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

Shades of Rope #945940

Tints of Rope #945940

RGB

 RED value IS 148 (58.2% from 255) = 49.17%

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 49.17%
G = 29.57%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#945940 (or 0x945940) is known color: Rope. HEX triplet: 94, 59 and 40. RGB value is (148,89,64). Sum of RGB (Red+Green+Blue) = 148+89+64=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #945940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945940 is #6BA6BF. Grayscale: #676767. Windows color (decimal): -7055040 or 4217236. OLE color: 4217236.

HSL color Cylindrical-coordinate representation of color #945940: hue angle of 17.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945940 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 64 -
CMYK 0 0.40 0.57 0.42
HSL 17.86º 0.4% 0.42% -
HSV(B) 17.86º 0.57% 0.58% -
XYZ 16.71 13.81 6.64 -
YUV 103.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 148 89 64 0 0.40 0.57 0.42 17.86 0.4 0.42
Hex 94 59 40 0 28 39 2A 12 28 2A
Octal 224 131 100 0 50 71 52 22 50 52
Binary 10010100 1011001 1000000 0 101000 111001 101010 10010 101000 101010

Color Harmonies of #945940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945940

Black with #945940

Text Example


Text Example

White with #945940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945940; }

 p { color: rgb(148,89,64); }

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

background-color css

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

 a { background-color: rgb(148,89,64); }

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

border-color css

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

 span { border-color: rgb(148,89,64); }

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