Html Css Color HEX #93753D Buttered Rum

📋 copy color: '#93753D'

red 147 ◦ green 117 ◦ blue 61

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

Shades of Buttered Rum #93753D

Tints of Buttered Rum #93753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 45.23%
G = 36%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93753D (or 0x93753D) is known color: Buttered Rum. HEX triplet: 93, 75 and 3D. RGB value is (147,117,61). Sum of RGB (Red+Green+Blue) = 147+117+61=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93753D is #6C8AC2. Grayscale: #777777. Windows color (decimal): -7113411 or 4027795. OLE color: 4027795.

HSL color Cylindrical-coordinate representation of color #93753D: hue angle of 39.07º degrees, saturation: 0.41, 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 #93753D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 61 -
CMYK 0 0.20 0.59 0.42
HSL 39.07º 0.41% 0.41% -
HSV(B) 39.07º 0.59% 0.58% -
XYZ 19.24 19.26 7.12 -
YUV 119.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 147 117 61 0 0.20 0.59 0.42 39.07 0.41 0.41
Hex 93 75 3D 0 14 3B 2A 27 29 29
Octal 223 165 75 0 24 73 52 47 51 51
Binary 10010011 1110101 111101 0 10100 111011 101010 100111 101001 101001

Color Harmonies of #93753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93753D

Black with #93753D

Text Example


Text Example

White with #93753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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