Html Css Color HEX #957341 Buttered Rum

📋 copy color: '#957341'

red 149 ◦ green 115 ◦ blue 65

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

Shades of Buttered Rum #957341

Tints of Buttered Rum #957341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 45.29%
G = 34.95%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957341 (or 0x957341) is known color: Buttered Rum. HEX triplet: 95, 73 and 41. RGB value is (149,115,65). Sum of RGB (Red+Green+Blue) = 149+115+65=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957341 is #6A8CBE. Grayscale: #777777. Windows color (decimal): -6982847 or 4289429. OLE color: 4289429.

HSL color Cylindrical-coordinate representation of color #957341: hue angle of 35.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957341 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 65 -
CMYK 0 0.23 0.56 0.42
HSL 35.71º 0.39% 0.42% -
HSV(B) 35.71º 0.56% 0.58% -
XYZ 19.48 19.03 7.65 -
YUV 119.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 149 115 65 0 0.23 0.56 0.42 35.71 0.39 0.42
Hex 95 73 41 0 17 38 2A 24 27 2A
Octal 225 163 101 0 27 70 52 44 47 52
Binary 10010101 1110011 1000001 0 10111 111000 101010 100100 100111 101010

Color Harmonies of #957341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957341

Black with #957341

Text Example


Text Example

White with #957341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957341; }

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

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

background-color css

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

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

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

border-color css

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

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

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