Html Css Color HEX #957035 Buttered Rum

📋 copy color: '#957035'

red 149 ◦ green 112 ◦ blue 53

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

Shades of Buttered Rum #957035

Tints of Buttered Rum #957035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 47.45%
G = 35.67%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957035 (or 0x957035) is known color: Buttered Rum. HEX triplet: 95, 70 and 35. RGB value is (149,112,53). Sum of RGB (Red+Green+Blue) = 149+112+53=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957035 is #6A8FCA. Grayscale: #747474. Windows color (decimal): -6983627 or 3502229. OLE color: 3502229.

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

Color convert

RGB 149 112 53 -
CMYK 0 0.25 0.64 0.42
HSL 36.88º 0.48% 0.4% -
HSV(B) 36.88º 0.64% 0.58% -
XYZ 18.83 18.23 5.9 -
YUV 116.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 149 112 53 0 0.25 0.64 0.42 36.88 0.48 0.4
Hex 95 70 35 0 19 40 2A 25 30 28
Octal 225 160 65 0 31 100 52 45 60 50
Binary 10010101 1110000 110101 0 11001 1000000 101010 100101 110000 101000

Color Harmonies of #957035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957035

Black with #957035

Text Example


Text Example

White with #957035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957035; }

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

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

background-color css

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

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

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

border-color css

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

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

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