Html Css Color HEX #957332 Buttered Rum

📋 copy color: '#957332'

red 149 ◦ green 115 ◦ blue 50

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

Shades of Buttered Rum #957332

Tints of Buttered Rum #957332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 47.45%
G = 36.62%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957332 (or 0x957332) is known color: Buttered Rum. HEX triplet: 95, 73 and 32. RGB value is (149,115,50). Sum of RGB (Red+Green+Blue) = 149+115+50=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957332 is #6A8CCD. Grayscale: #767676. Windows color (decimal): -6982862 or 3306389. OLE color: 3306389.

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

Color convert

RGB 149 115 50 -
CMYK 0 0.23 0.66 0.42
HSL 39.39º 0.5% 0.39% -
HSV(B) 39.39º 0.66% 0.58% -
XYZ 19.1 18.88 5.66 -
YUV 117.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 149 115 50 0 0.23 0.66 0.42 39.39 0.5 0.39
Hex 95 73 32 0 17 42 2A 27 32 27
Octal 225 163 62 0 27 102 52 47 62 47
Binary 10010101 1110011 110010 0 10111 1000010 101010 100111 110010 100111

Color Harmonies of #957332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957332

Black with #957332

Text Example


Text Example

White with #957332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957332; }

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

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

background-color css

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

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

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

border-color css

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

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

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