Html Css Color HEX #957134 Buttered Rum

📋 copy color: '#957134'

red 149 ◦ green 113 ◦ blue 52

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

Shades of Buttered Rum #957134

Tints of Buttered Rum #957134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 47.45%
G = 35.99%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#957134 (or 0x957134) is known color: Buttered Rum. HEX triplet: 95, 71 and 34. RGB value is (149,113,52). Sum of RGB (Red+Green+Blue) = 149+113+52=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957134 is #6A8ECB. Grayscale: #757575. Windows color (decimal): -6983372 or 3436949. OLE color: 3436949.

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

Color convert

RGB 149 113 52 -
CMYK 0 0.24 0.65 0.42
HSL 37.73º 0.48% 0.39% -
HSV(B) 37.73º 0.65% 0.58% -
XYZ 18.92 18.45 5.81 -
YUV 116.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 149 113 52 0 0.24 0.65 0.42 37.73 0.48 0.39
Hex 95 71 34 0 18 41 2A 26 30 27
Octal 225 161 64 0 30 101 52 46 60 47
Binary 10010101 1110001 110100 0 11000 1000001 101010 100110 110000 100111

Color Harmonies of #957134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957134

Black with #957134

Text Example


Text Example

White with #957134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957134; }

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

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

background-color css

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

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

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

border-color css

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

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

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