Html Css Color HEX #957032 Buttered Rum

📋 copy color: '#957032'

red 149 ◦ green 112 ◦ blue 50

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

Shades of Buttered Rum #957032

Tints of Buttered Rum #957032

RGB

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

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

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

R = 47.91%
G = 36.01%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957032 (or 0x957032) is known color: Buttered Rum. HEX triplet: 95, 70 and 32. RGB value is (149,112,50). Sum of RGB (Red+Green+Blue) = 149+112+50=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957032 is #6A8FCD. Grayscale: #747474. Windows color (decimal): -6983630 or 3305621. OLE color: 3305621.

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

Color convert

RGB 149 112 50 -
CMYK 0 0.25 0.66 0.42
HSL 37.58º 0.5% 0.39% -
HSV(B) 37.58º 0.66% 0.58% -
XYZ 18.76 18.21 5.54 -
YUV 116 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 149 112 50 0 0.25 0.66 0.42 37.58 0.5 0.39
Hex 95 70 32 0 19 42 2A 26 32 27
Octal 225 160 62 0 31 102 52 46 62 47
Binary 10010101 1110000 110010 0 11001 1000010 101010 100110 110010 100111

Color Harmonies of #957032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957032

Black with #957032

Text Example


Text Example

White with #957032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957032; }

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

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

background-color css

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

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

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

border-color css

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

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

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