Html Css Color HEX #957440 Buttered Rum

📋 copy color: '#957440'

red 149 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #957440

Tints of Buttered Rum #957440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 45.29%
G = 35.26%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#957440 (or 0x957440) is known color: Buttered Rum. HEX triplet: 95, 74 and 40. RGB value is (149,116,64). Sum of RGB (Red+Green+Blue) = 149+116+64=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957440 is #6A8BBF. Grayscale: #787878. Windows color (decimal): -6982592 or 4224149. OLE color: 4224149.

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

Color convert

RGB 149 116 64 -
CMYK 0 0.22 0.57 0.42
HSL 36.71º 0.4% 0.42% -
HSV(B) 36.71º 0.57% 0.58% -
XYZ 19.57 19.25 7.54 -
YUV 119.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 149 116 64 0 0.22 0.57 0.42 36.71 0.4 0.42
Hex 95 74 40 0 16 39 2A 25 28 2A
Octal 225 164 100 0 26 71 52 45 50 52
Binary 10010101 1110100 1000000 0 10110 111001 101010 100101 101000 101010

Color Harmonies of #957440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957440

Black with #957440

Text Example


Text Example

White with #957440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957440; }

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

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

background-color css

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

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

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

border-color css

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

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

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