Html Css Color HEX #957135 Buttered Rum

📋 copy color: '#957135'

red 149 ◦ green 113 ◦ blue 53

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

Shades of Buttered Rum #957135

Tints of Buttered Rum #957135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 47.3%
G = 35.87%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957135 (or 0x957135) is known color: Buttered Rum. HEX triplet: 95, 71 and 35. RGB value is (149,113,53). Sum of RGB (Red+Green+Blue) = 149+113+53=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957135 is #6A8ECA. Grayscale: #757575. Windows color (decimal): -6983371 or 3502485. OLE color: 3502485.

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

Color convert

RGB 149 113 53 -
CMYK 0 0.24 0.64 0.42
HSL 37.5º 0.48% 0.4% -
HSV(B) 37.5º 0.64% 0.58% -
XYZ 18.94 18.46 5.93 -
YUV 116.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 149 113 53 0 0.24 0.64 0.42 37.5 0.48 0.4
Hex 95 71 35 0 18 40 2A 26 30 28
Octal 225 161 65 0 30 100 52 46 60 50
Binary 10010101 1110001 110101 0 11000 1000000 101010 100110 110000 101000

Color Harmonies of #957135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957135

Black with #957135

Text Example


Text Example

White with #957135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957135; }

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

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

background-color css

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

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

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

border-color css

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

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

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