Html Css Color HEX #957432 Buttered Rum

📋 copy color: '#957432'

red 149 ◦ green 116 ◦ blue 50

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

Shades of Buttered Rum #957432

Tints of Buttered Rum #957432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 47.3%
G = 36.83%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957432 (or 0x957432) is known color: Buttered Rum. HEX triplet: 95, 74 and 32. RGB value is (149,116,50). Sum of RGB (Red+Green+Blue) = 149+116+50=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957432 is #6A8BCD. Grayscale: #767676. Windows color (decimal): -6982606 or 3306645. OLE color: 3306645.

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

Color convert

RGB 149 116 50 -
CMYK 0 0.22 0.66 0.42
HSL 40º 0.5% 0.39% -
HSV(B) 40º 0.66% 0.58% -
XYZ 19.22 19.11 5.69 -
YUV 118.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 149 116 50 0 0.22 0.66 0.42 40 0.5 0.39
Hex 95 74 32 0 16 42 2A 28 32 27
Octal 225 164 62 0 26 102 52 50 62 47
Binary 10010101 1110100 110010 0 10110 1000010 101010 101000 110010 100111

Color Harmonies of #957432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957432

Black with #957432

Text Example


Text Example

White with #957432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957432; }

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

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

background-color css

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

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

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

border-color css

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

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

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