Html Css Color HEX #957540 Buttered Rum

📋 copy color: '#957540'

red 149 ◦ green 117 ◦ blue 64

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

Shades of Buttered Rum #957540

Tints of Buttered Rum #957540

RGB

 RED value IS 149 (58.59% from 255) = 45.15%

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

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

R = 45.15%
G = 35.45%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#957540 (or 0x957540) is known color: Buttered Rum. HEX triplet: 95, 75 and 40. RGB value is (149,117,64). Sum of RGB (Red+Green+Blue) = 149+117+64=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #957540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957540 is #6A8ABF. Grayscale: #787878. Windows color (decimal): -6982336 or 4224405. OLE color: 4224405.

HSL color Cylindrical-coordinate representation of color #957540: hue angle of 37.41º 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 #957540 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 64 -
CMYK 0 0.21 0.57 0.42
HSL 37.41º 0.4% 0.42% -
HSV(B) 37.41º 0.57% 0.58% -
XYZ 19.68 19.48 7.57 -
YUV 120.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 149 117 64 0 0.21 0.57 0.42 37.41 0.4 0.42
Hex 95 75 40 0 15 39 2A 25 28 2A
Octal 225 165 100 0 25 71 52 45 50 52
Binary 10010101 1110101 1000000 0 10101 111001 101010 100101 101000 101010

Color Harmonies of #957540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957540

Black with #957540

Text Example


Text Example

White with #957540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957540; }

 p { color: rgb(149,117,64); }

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

background-color css

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

 a { background-color: rgb(149,117,64); }

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

border-color css

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

 span { border-color: rgb(149,117,64); }

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