Html Css Color HEX #957132 Buttered Rum

📋 copy color: '#957132'

red 149 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #957132

Tints of Buttered Rum #957132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 47.76%
G = 36.22%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957132 (or 0x957132) is known color: Buttered Rum. HEX triplet: 95, 71 and 32. RGB value is (149,113,50). Sum of RGB (Red+Green+Blue) = 149+113+50=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #957132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957132 is #6A8ECD. Grayscale: #747474. Windows color (decimal): -6983374 or 3305877. OLE color: 3305877.

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

Color convert

RGB 149 113 50 -
CMYK 0 0.24 0.66 0.42
HSL 38.18º 0.5% 0.39% -
HSV(B) 38.18º 0.66% 0.58% -
XYZ 18.88 18.43 5.58 -
YUV 116.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 149 113 50 0 0.24 0.66 0.42 38.18 0.5 0.39
Hex 95 71 32 0 18 42 2A 26 32 27
Octal 225 161 62 0 30 102 52 46 62 47
Binary 10010101 1110001 110010 0 11000 1000010 101010 100110 110010 100111

Color Harmonies of #957132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957132

Black with #957132

Text Example


Text Example

White with #957132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957132; }

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

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

background-color css

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

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

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

border-color css

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

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

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