Html Css Color HEX #957535 Buttered Rum

📋 copy color: '#957535'

red 149 ◦ green 117 ◦ blue 53

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

Shades of Buttered Rum #957535

Tints of Buttered Rum #957535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 46.71%
G = 36.68%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957535 (or 0x957535) is known color: Buttered Rum. HEX triplet: 95, 75 and 35. RGB value is (149,117,53). Sum of RGB (Red+Green+Blue) = 149+117+53=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957535 is #6A8ACA. Grayscale: #777777. Windows color (decimal): -6982347 or 3503509. OLE color: 3503509.

HSL color Cylindrical-coordinate representation of color #957535: hue angle of 40º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #957535 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 53 -
CMYK 0 0.21 0.64 0.42
HSL 40º 0.48% 0.4% -
HSV(B) 40º 0.64% 0.58% -
XYZ 19.4 19.37 6.08 -
YUV 119.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 149 117 53 0 0.21 0.64 0.42 40 0.48 0.4
Hex 95 75 35 0 15 40 2A 28 30 28
Octal 225 165 65 0 25 100 52 50 60 50
Binary 10010101 1110101 110101 0 10101 1000000 101010 101000 110000 101000

Color Harmonies of #957535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957535

Black with #957535

Text Example


Text Example

White with #957535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957535; }

 p { color: rgb(149,117,53); }

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

background-color css

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

 a { background-color: rgb(149,117,53); }

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

border-color css

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

 span { border-color: rgb(149,117,53); }

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