Html Css Color HEX #94753C Buttered Rum

📋 copy color: '#94753C'

red 148 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #94753C

Tints of Buttered Rum #94753C

RGB

 RED value IS 148 (58.2% from 255) = 45.54%

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

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

R = 45.54%
G = 36%
B = 18.46%

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

#94753C (or 0x94753C) is known color: Buttered Rum. HEX triplet: 94, 75 and 3C. RGB value is (148,117,60). Sum of RGB (Red+Green+Blue) = 148+117+60=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94753C is #6B8AC3. Grayscale: #787878. Windows color (decimal): -7047876 or 3962260. OLE color: 3962260.

HSL color Cylindrical-coordinate representation of color #94753C: hue angle of 38.86º 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 #94753C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 60 -
CMYK 0 0.21 0.59 0.42
HSL 38.86º 0.42% 0.41% -
HSV(B) 38.86º 0.59% 0.58% -
XYZ 19.39 19.34 6.99 -
YUV 119.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 148 117 60 0 0.21 0.59 0.42 38.86 0.42 0.41
Hex 94 75 3C 0 15 3B 2A 27 2A 29
Octal 224 165 74 0 25 73 52 47 52 51
Binary 10010100 1110101 111100 0 10101 111011 101010 100111 101010 101001

Color Harmonies of #94753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94753C

Black with #94753C

Text Example


Text Example

White with #94753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,117,60); }

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

background-color css

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

 a { background-color: rgb(148,117,60); }

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

border-color css

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

 span { border-color: rgb(148,117,60); }

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