Html Css Color HEX #957031 Buttered Rum

📋 copy color: '#957031'

red 149 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #957031

Tints of Buttered Rum #957031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 48.06%
G = 36.13%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#957031 (or 0x957031) is known color: Buttered Rum. HEX triplet: 95, 70 and 31. RGB value is (149,112,49). Sum of RGB (Red+Green+Blue) = 149+112+49=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #957031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957031 is #6A8FCE. Grayscale: #747474. Windows color (decimal): -6983631 or 3240085. OLE color: 3240085.

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

Color convert

RGB 149 112 49 -
CMYK 0 0.25 0.67 0.42
HSL 37.8º 0.51% 0.39% -
HSV(B) 37.8º 0.67% 0.58% -
XYZ 18.74 18.2 5.43 -
YUV 115.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 149 112 49 0 0.25 0.67 0.42 37.8 0.51 0.39
Hex 95 70 31 0 19 43 2A 26 33 27
Octal 225 160 61 0 31 103 52 46 63 47
Binary 10010101 1110000 110001 0 11001 1000011 101010 100110 110011 100111

Color Harmonies of #957031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957031

Black with #957031

Text Example


Text Example

White with #957031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957031; }

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

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

background-color css

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

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

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

border-color css

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

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

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