Html Css Color HEX #957033 Buttered Rum

📋 copy color: '#957033'

red 149 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #957033

Tints of Buttered Rum #957033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 47.76%
G = 35.9%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957033 (or 0x957033) is known color: Buttered Rum. HEX triplet: 95, 70 and 33. RGB value is (149,112,51). Sum of RGB (Red+Green+Blue) = 149+112+51=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #957033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957033 is #6A8FCC. Grayscale: #747474. Windows color (decimal): -6983629 or 3371157. OLE color: 3371157.

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

Color convert

RGB 149 112 51 -
CMYK 0 0.25 0.66 0.42
HSL 37.35º 0.49% 0.39% -
HSV(B) 37.35º 0.66% 0.58% -
XYZ 18.79 18.22 5.66 -
YUV 116.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 149 112 51 0 0.25 0.66 0.42 37.35 0.49 0.39
Hex 95 70 33 0 19 42 2A 25 31 27
Octal 225 160 63 0 31 102 52 45 61 47
Binary 10010101 1110000 110011 0 11001 1000010 101010 100101 110001 100111

Color Harmonies of #957033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957033

Black with #957033

Text Example


Text Example

White with #957033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957033; }

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

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

background-color css

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

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

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

border-color css

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

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

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