Html Css Color HEX #957030 Buttered Rum

📋 copy color: '#957030'

red 149 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #957030

Tints of Buttered Rum #957030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 48.22%
G = 36.25%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957030 (or 0x957030) is known color: Buttered Rum. HEX triplet: 95, 70 and 30. RGB value is (149,112,48). Sum of RGB (Red+Green+Blue) = 149+112+48=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #957030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957030 is #6A8FCF. Grayscale: #747474. Windows color (decimal): -6983632 or 3174549. OLE color: 3174549.

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

Color convert

RGB 149 112 48 -
CMYK 0 0.25 0.68 0.42
HSL 38.02º 0.51% 0.39% -
HSV(B) 38.02º 0.68% 0.58% -
XYZ 18.72 18.19 5.32 -
YUV 115.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 149 112 48 0 0.25 0.68 0.42 38.02 0.51 0.39
Hex 95 70 30 0 19 44 2A 26 33 27
Octal 225 160 60 0 31 104 52 46 63 47
Binary 10010101 1110000 110000 0 11001 1000100 101010 100110 110011 100111

Color Harmonies of #957030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957030

Black with #957030

Text Example


Text Example

White with #957030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957030; }

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

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

background-color css

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

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

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

border-color css

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

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

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