Html Css Color HEX #957331 Buttered Rum

📋 copy color: '#957331'

red 149 ◦ green 115 ◦ blue 49

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

Shades of Buttered Rum #957331

Tints of Buttered Rum #957331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 47.6%
G = 36.74%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#957331 (or 0x957331) is known color: Buttered Rum. HEX triplet: 95, 73 and 31. RGB value is (149,115,49). Sum of RGB (Red+Green+Blue) = 149+115+49=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957331 is #6A8CCE. Grayscale: #757575. Windows color (decimal): -6982863 or 3240853. OLE color: 3240853.

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

Color convert

RGB 149 115 49 -
CMYK 0 0.23 0.67 0.42
HSL 39.6º 0.51% 0.39% -
HSV(B) 39.6º 0.67% 0.58% -
XYZ 19.08 18.87 5.54 -
YUV 117.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 149 115 49 0 0.23 0.67 0.42 39.6 0.51 0.39
Hex 95 73 31 0 17 43 2A 28 33 27
Octal 225 163 61 0 27 103 52 50 63 47
Binary 10010101 1110011 110001 0 10111 1000011 101010 101000 110011 100111

Color Harmonies of #957331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957331

Black with #957331

Text Example


Text Example

White with #957331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957331; }

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

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

background-color css

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

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

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

border-color css

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

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

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