Html Css Color HEX #947130 Buttered Rum

📋 copy color: '#947130'

red 148 ◦ green 113 ◦ blue 48

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

Shades of Buttered Rum #947130

Tints of Buttered Rum #947130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 47.9%
G = 36.57%
B = 15.53%

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

#947130 (or 0x947130) is known color: Buttered Rum. HEX triplet: 94, 71 and 30. RGB value is (148,113,48). Sum of RGB (Red+Green+Blue) = 148+113+48=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947130 is #6B8ECF. Grayscale: #747474. Windows color (decimal): -7048912 or 3174804. OLE color: 3174804.

HSL color Cylindrical-coordinate representation of color #947130: hue angle of 39º 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 #947130 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 48 -
CMYK 0 0.24 0.68 0.42
HSL 39º 0.51% 0.38% -
HSV(B) 39º 0.68% 0.58% -
XYZ 18.65 18.32 5.35 -
YUV 116.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 148 113 48 0 0.24 0.68 0.42 39 0.51 0.38
Hex 94 71 30 0 18 44 2A 27 33 26
Octal 224 161 60 0 30 104 52 47 63 46
Binary 10010100 1110001 110000 0 11000 1000100 101010 100111 110011 100110

Color Harmonies of #947130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947130

Black with #947130

Text Example


Text Example

White with #947130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947130; }

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

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

background-color css

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

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

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

border-color css

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

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

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