Html Css Color HEX #957A39 Buttered Rum

📋 copy color: '#957A39'

red 149 ◦ green 122 ◦ blue 57

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

Shades of Buttered Rum #957A39

Tints of Buttered Rum #957A39

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 57 (22.66% from 255) = 17.38%

R = 45.43%
G = 37.2%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#957A39 (or 0x957A39) is known color: Buttered Rum. HEX triplet: 95, 7A and 39. RGB value is (149,122,57). Sum of RGB (Red+Green+Blue) = 149+122+57=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #957A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A39 is #6A85C6. Grayscale: #7A7A7A. Windows color (decimal): -6981063 or 3766933. OLE color: 3766933.

HSL color Cylindrical-coordinate representation of color #957A39: hue angle of 42.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #957A39 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 57 -
CMYK 0 0.18 0.62 0.42
HSL 42.39º 0.45% 0.4% -
HSV(B) 42.39º 0.62% 0.58% -
XYZ 20.09 20.6 6.79 -
YUV 122.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 149 122 57 0 0.18 0.62 0.42 42.39 0.45 0.4
Hex 95 7A 39 0 12 3E 2A 2A 2D 28
Octal 225 172 71 0 22 76 52 52 55 50
Binary 10010101 1111010 111001 0 10010 111110 101010 101010 101101 101000

Color Harmonies of #957A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A39

Black with #957A39

Text Example


Text Example

White with #957A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A39; }

 p { color: rgb(149,122,57); }

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

background-color css

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

 a { background-color: rgb(149,122,57); }

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

border-color css

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

 span { border-color: rgb(149,122,57); }

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