Html Css Color HEX #94783C Buttered Rum

📋 copy color: '#94783C'

red 148 ◦ green 120 ◦ blue 60

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

Shades of Buttered Rum #94783C

Tints of Buttered Rum #94783C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

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

R = 45.12%
G = 36.59%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94783C (or 0x94783C) is known color: Buttered Rum. HEX triplet: 94, 78 and 3C. RGB value is (148,120,60). Sum of RGB (Red+Green+Blue) = 148+120+60=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94783C is #6B87C3. Grayscale: #797979. Windows color (decimal): -7047108 or 3963028. OLE color: 3963028.

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

Color convert

RGB 148 120 60 -
CMYK 0 0.19 0.59 0.42
HSL 40.91º 0.42% 0.41% -
HSV(B) 40.91º 0.59% 0.58% -
XYZ 19.74 20.06 7.11 -
YUV 121.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 148 120 60 0 0.19 0.59 0.42 40.91 0.42 0.41
Hex 94 78 3C 0 13 3B 2A 29 2A 29
Octal 224 170 74 0 23 73 52 51 52 51
Binary 10010100 1111000 111100 0 10011 111011 101010 101001 101010 101001

Color Harmonies of #94783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94783C

Black with #94783C

Text Example


Text Example

White with #94783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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