Html Css Color HEX #937540 Buttered Rum

📋 copy color: '#937540'

red 147 ◦ green 117 ◦ blue 64

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

Shades of Buttered Rum #937540

Tints of Buttered Rum #937540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 44.82%
G = 35.67%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#937540 (or 0x937540) is known color: Buttered Rum. HEX triplet: 93, 75 and 40. RGB value is (147,117,64). Sum of RGB (Red+Green+Blue) = 147+117+64=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #937540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937540 is #6C8ABF. Grayscale: #787878. Windows color (decimal): -7113408 or 4224403. OLE color: 4224403.

HSL color Cylindrical-coordinate representation of color #937540: hue angle of 38.31º 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 #937540 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 64 -
CMYK 0 0.20 0.56 0.42
HSL 38.31º 0.39% 0.41% -
HSV(B) 38.31º 0.56% 0.58% -
XYZ 19.32 19.3 7.56 -
YUV 119.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 147 117 64 0 0.20 0.56 0.42 38.31 0.39 0.41
Hex 93 75 40 0 14 38 2A 26 27 29
Octal 223 165 100 0 24 70 52 46 47 51
Binary 10010011 1110101 1000000 0 10100 111000 101010 100110 100111 101001

Color Harmonies of #937540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937540

Black with #937540

Text Example


Text Example

White with #937540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937540; }

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

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

background-color css

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

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

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

border-color css

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

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

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