Html Css Color HEX #957236 Buttered Rum

📋 copy color: '#957236'

red 149 ◦ green 114 ◦ blue 54

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

Shades of Buttered Rum #957236

Tints of Buttered Rum #957236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 47%
G = 35.96%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#957236 (or 0x957236) is known color: Buttered Rum. HEX triplet: 95, 72 and 36. RGB value is (149,114,54). Sum of RGB (Red+Green+Blue) = 149+114+54=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #957236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957236 is #6A8DC9. Grayscale: #757575. Windows color (decimal): -6983114 or 3568277. OLE color: 3568277.

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

Color convert

RGB 149 114 54 -
CMYK 0 0.23 0.64 0.42
HSL 37.89º 0.47% 0.4% -
HSV(B) 37.89º 0.64% 0.58% -
XYZ 19.08 18.69 6.09 -
YUV 117.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 149 114 54 0 0.23 0.64 0.42 37.89 0.47 0.4
Hex 95 72 36 0 17 40 2A 26 2F 28
Octal 225 162 66 0 27 100 52 46 57 50
Binary 10010101 1110010 110110 0 10111 1000000 101010 100110 101111 101000

Color Harmonies of #957236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957236

Black with #957236

Text Example


Text Example

White with #957236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957236; }

 p { color: rgb(149,114,54); }

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

background-color css

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

 a { background-color: rgb(149,114,54); }

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

border-color css

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

 span { border-color: rgb(149,114,54); }

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