Html Css Color HEX #957131 Buttered Rum

📋 copy color: '#957131'

red 149 ◦ green 113 ◦ blue 49

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

Shades of Buttered Rum #957131

Tints of Buttered Rum #957131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 47.91%
G = 36.33%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#957131 (or 0x957131) is known color: Buttered Rum. HEX triplet: 95, 71 and 31. RGB value is (149,113,49). Sum of RGB (Red+Green+Blue) = 149+113+49=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957131 is #6A8ECE. Grayscale: #747474. Windows color (decimal): -6983375 or 3240341. OLE color: 3240341.

HSL color Cylindrical-coordinate representation of color #957131: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #957131 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 49 -
CMYK 0 0.24 0.67 0.42
HSL 38.4º 0.51% 0.39% -
HSV(B) 38.4º 0.67% 0.58% -
XYZ 18.85 18.42 5.47 -
YUV 116.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 149 113 49 0 0.24 0.67 0.42 38.4 0.51 0.39
Hex 95 71 31 0 18 43 2A 26 33 27
Octal 225 161 61 0 30 103 52 46 63 47
Binary 10010101 1110001 110001 0 11000 1000011 101010 100110 110011 100111

Color Harmonies of #957131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957131

Black with #957131

Text Example


Text Example

White with #957131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957131; }

 p { color: rgb(149,113,49); }

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

background-color css

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

 a { background-color: rgb(149,113,49); }

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

border-color css

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

 span { border-color: rgb(149,113,49); }

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