Html Css Color HEX #937440 Buttered Rum

📋 copy color: '#937440'

red 147 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #937440

Tints of Buttered Rum #937440

RGB

 RED value IS 147 (57.81% from 255) = 44.95%

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 44.95%
G = 35.47%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#937440 (or 0x937440) is known color: Buttered Rum. HEX triplet: 93, 74 and 40. RGB value is (147,116,64). Sum of RGB (Red+Green+Blue) = 147+116+64=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #937440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937440 is #6C8BBF. Grayscale: #777777. Windows color (decimal): -7113664 or 4224147. OLE color: 4224147.

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

Color convert

RGB 147 116 64 -
CMYK 0 0.21 0.56 0.42
HSL 37.59º 0.39% 0.41% -
HSV(B) 37.59º 0.56% 0.58% -
XYZ 19.2 19.06 7.52 -
YUV 119.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 147 116 64 0 0.21 0.56 0.42 37.59 0.39 0.41
Hex 93 74 40 0 15 38 2A 26 27 29
Octal 223 164 100 0 25 70 52 46 47 51
Binary 10010011 1110100 1000000 0 10101 111000 101010 100110 100111 101001

Color Harmonies of #937440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937440

Black with #937440

Text Example


Text Example

White with #937440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937440; }

 p { color: rgb(147,116,64); }

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

background-color css

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

 a { background-color: rgb(147,116,64); }

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

border-color css

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

 span { border-color: rgb(147,116,64); }

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