Html Css Color HEX #957431 Buttered Rum

📋 copy color: '#957431'

red 149 ◦ green 116 ◦ blue 49

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

Shades of Buttered Rum #957431

Tints of Buttered Rum #957431

RGB

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

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

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

R = 47.45%
G = 36.94%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#957431 (or 0x957431) is known color: Buttered Rum. HEX triplet: 95, 74 and 31. RGB value is (149,116,49). Sum of RGB (Red+Green+Blue) = 149+116+49=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957431 is #6A8BCE. Grayscale: #767676. Windows color (decimal): -6982607 or 3241109. OLE color: 3241109.

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

Color convert

RGB 149 116 49 -
CMYK 0 0.22 0.67 0.42
HSL 40.2º 0.51% 0.39% -
HSV(B) 40.2º 0.67% 0.58% -
XYZ 19.19 19.1 5.58 -
YUV 118.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 149 116 49 0 0.22 0.67 0.42 40.2 0.51 0.39
Hex 95 74 31 0 16 43 2A 28 33 27
Octal 225 164 61 0 26 103 52 50 63 47
Binary 10010101 1110100 110001 0 10110 1000011 101010 101000 110011 100111

Color Harmonies of #957431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957431

Black with #957431

Text Example


Text Example

White with #957431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957431; }

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

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

background-color css

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

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

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

border-color css

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

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

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