Html Css Color HEX #957534 Buttered Rum

📋 copy color: '#957534'

red 149 ◦ green 117 ◦ blue 52

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

Shades of Buttered Rum #957534

Tints of Buttered Rum #957534

RGB

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

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

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

R = 46.86%
G = 36.79%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#957534 (or 0x957534) is known color: Buttered Rum. HEX triplet: 95, 75 and 34. RGB value is (149,117,52). Sum of RGB (Red+Green+Blue) = 149+117+52=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957534 is #6A8ACB. Grayscale: #777777. Windows color (decimal): -6982348 or 3437973. OLE color: 3437973.

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

Color convert

RGB 149 117 52 -
CMYK 0 0.21 0.65 0.42
HSL 40.21º 0.48% 0.39% -
HSV(B) 40.21º 0.65% 0.58% -
XYZ 19.38 19.36 5.96 -
YUV 119.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 149 117 52 0 0.21 0.65 0.42 40.21 0.48 0.39
Hex 95 75 34 0 15 41 2A 28 30 27
Octal 225 165 64 0 25 101 52 50 60 47
Binary 10010101 1110101 110100 0 10101 1000001 101010 101000 110000 100111

Color Harmonies of #957534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957534

Black with #957534

Text Example


Text Example

White with #957534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957534; }

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

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

background-color css

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

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

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

border-color css

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

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

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