Html Css Color HEX #93743C Buttered Rum

📋 copy color: '#93743C'

red 147 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #93743C

Tints of Buttered Rum #93743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 45.51%
G = 35.91%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93743C (or 0x93743C) is known color: Buttered Rum. HEX triplet: 93, 74 and 3C. RGB value is (147,116,60). Sum of RGB (Red+Green+Blue) = 147+116+60=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93743C is #6C8BC3. Grayscale: #777777. Windows color (decimal): -7113668 or 3962003. OLE color: 3962003.

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

Color convert

RGB 147 116 60 -
CMYK 0 0.21 0.59 0.42
HSL 38.62º 0.42% 0.41% -
HSV(B) 38.62º 0.59% 0.58% -
XYZ 19.09 19.02 6.94 -
YUV 118.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 147 116 60 0 0.21 0.59 0.42 38.62 0.42 0.41
Hex 93 74 3C 0 15 3B 2A 27 2A 29
Octal 223 164 74 0 25 73 52 47 52 51
Binary 10010011 1110100 111100 0 10101 111011 101010 100111 101010 101001

Color Harmonies of #93743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93743C

Black with #93743C

Text Example


Text Example

White with #93743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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