Html Css Color HEX #947030 Buttered Rum

📋 copy color: '#947030'

red 148 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #947030

Tints of Buttered Rum #947030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 48.05%
G = 36.36%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#947030 (or 0x947030) is known color: Buttered Rum. HEX triplet: 94, 70 and 30. RGB value is (148,112,48). Sum of RGB (Red+Green+Blue) = 148+112+48=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #947030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947030 is #6B8FCF. Grayscale: #737373. Windows color (decimal): -7049168 or 3174548. OLE color: 3174548.

HSL color Cylindrical-coordinate representation of color #947030: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #947030 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 48 -
CMYK 0 0.24 0.68 0.42
HSL 38.4º 0.51% 0.38% -
HSV(B) 38.4º 0.68% 0.58% -
XYZ 18.54 18.1 5.31 -
YUV 115.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 148 112 48 0 0.24 0.68 0.42 38.4 0.51 0.38
Hex 94 70 30 0 18 44 2A 26 33 26
Octal 224 160 60 0 30 104 52 46 63 46
Binary 10010100 1110000 110000 0 11000 1000100 101010 100110 110011 100110

Color Harmonies of #947030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947030

Black with #947030

Text Example


Text Example

White with #947030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947030; }

 p { color: rgb(148,112,48); }

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

background-color css

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

 a { background-color: rgb(148,112,48); }

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

border-color css

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

 span { border-color: rgb(148,112,48); }

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