Html Css Color HEX #957034 Buttered Rum

📋 copy color: '#957034'

red 149 ◦ green 112 ◦ blue 52

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

Shades of Buttered Rum #957034

Tints of Buttered Rum #957034

RGB

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

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

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

R = 47.6%
G = 35.78%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#957034 (or 0x957034) is known color: Buttered Rum. HEX triplet: 95, 70 and 34. RGB value is (149,112,52). Sum of RGB (Red+Green+Blue) = 149+112+52=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957034 is #6A8FCB. Grayscale: #747474. Windows color (decimal): -6983628 or 3436693. OLE color: 3436693.

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

Color convert

RGB 149 112 52 -
CMYK 0 0.25 0.65 0.42
HSL 37.11º 0.48% 0.39% -
HSV(B) 37.11º 0.65% 0.58% -
XYZ 18.81 18.23 5.78 -
YUV 116.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 149 112 52 0 0.25 0.65 0.42 37.11 0.48 0.39
Hex 95 70 34 0 19 41 2A 25 30 27
Octal 225 160 64 0 31 101 52 45 60 47
Binary 10010101 1110000 110100 0 11001 1000001 101010 100101 110000 100111

Color Harmonies of #957034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957034

Black with #957034

Text Example


Text Example

White with #957034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957034; }

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

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

background-color css

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

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

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

border-color css

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

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

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