Html Css Color HEX #957232 Buttered Rum

📋 copy color: '#957232'

red 149 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #957232

Tints of Buttered Rum #957232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 47.6%
G = 36.42%
B = 15.97%

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

#957232 (or 0x957232) is known color: Buttered Rum. HEX triplet: 95, 72 and 32. RGB value is (149,114,50). Sum of RGB (Red+Green+Blue) = 149+114+50=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957232 is #6A8DCD. Grayscale: #757575. Windows color (decimal): -6983118 or 3306133. OLE color: 3306133.

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

Color convert

RGB 149 114 50 -
CMYK 0 0.23 0.66 0.42
HSL 38.79º 0.5% 0.39% -
HSV(B) 38.79º 0.66% 0.58% -
XYZ 18.99 18.65 5.62 -
YUV 117.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 149 114 50 0 0.23 0.66 0.42 38.79 0.5 0.39
Hex 95 72 32 0 17 42 2A 27 32 27
Octal 225 162 62 0 27 102 52 47 62 47
Binary 10010101 1110010 110010 0 10111 1000010 101010 100111 110010 100111

Color Harmonies of #957232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957232

Black with #957232

Text Example


Text Example

White with #957232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957232; }

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

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

background-color css

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

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

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

border-color css

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

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

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