Html Css Color HEX #957334 Buttered Rum

📋 copy color: '#957334'

red 149 ◦ green 115 ◦ blue 52

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

Shades of Buttered Rum #957334

Tints of Buttered Rum #957334

RGB

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

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

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

R = 47.15%
G = 36.39%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#957334 (or 0x957334) is known color: Buttered Rum. HEX triplet: 95, 73 and 34. RGB value is (149,115,52). Sum of RGB (Red+Green+Blue) = 149+115+52=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #957334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957334 is #6A8CCB. Grayscale: #767676. Windows color (decimal): -6982860 or 3437461. OLE color: 3437461.

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

Color convert

RGB 149 115 52 -
CMYK 0 0.23 0.65 0.42
HSL 38.97º 0.48% 0.39% -
HSV(B) 38.97º 0.65% 0.58% -
XYZ 19.14 18.9 5.89 -
YUV 117.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 149 115 52 0 0.23 0.65 0.42 38.97 0.48 0.39
Hex 95 73 34 0 17 41 2A 27 30 27
Octal 225 163 64 0 27 101 52 47 60 47
Binary 10010101 1110011 110100 0 10111 1000001 101010 100111 110000 100111

Color Harmonies of #957334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957334

Black with #957334

Text Example


Text Example

White with #957334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957334; }

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

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

background-color css

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

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

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

border-color css

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

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

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