Html Css Color HEX #957A3A Buttered Rum

📋 copy color: '#957A3A'

red 149 ◦ green 122 ◦ blue 58

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

Shades of Buttered Rum #957A3A

Tints of Buttered Rum #957A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 45.29%
G = 37.08%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#957A3A (or 0x957A3A) is known color: Buttered Rum. HEX triplet: 95, 7A and 3A. RGB value is (149,122,58). Sum of RGB (Red+Green+Blue) = 149+122+58=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A3A is #6A85C5. Grayscale: #7B7B7B. Windows color (decimal): -6981062 or 3832469. OLE color: 3832469.

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

Color convert

RGB 149 122 58 -
CMYK 0 0.18 0.61 0.42
HSL 42.2º 0.44% 0.41% -
HSV(B) 42.2º 0.61% 0.58% -
XYZ 20.12 20.61 6.92 -
YUV 122.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 149 122 58 0 0.18 0.61 0.42 42.2 0.44 0.41
Hex 95 7A 3A 0 12 3D 2A 2A 2C 29
Octal 225 172 72 0 22 75 52 52 54 51
Binary 10010101 1111010 111010 0 10010 111101 101010 101010 101100 101001

Color Harmonies of #957A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A3A

Black with #957A3A

Text Example


Text Example

White with #957A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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