Html Css Color HEX #946A30 Buttered Rum

📋 copy color: '#946A30'

red 148 ◦ green 106 ◦ blue 48

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

Shades of Buttered Rum #946A30

Tints of Buttered Rum #946A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

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

R = 49.01%
G = 35.1%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946A30 (or 0x946A30) is known color: Buttered Rum. HEX triplet: 94, 6A and 30. RGB value is (148,106,48). Sum of RGB (Red+Green+Blue) = 148+106+48=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #946A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A30 is #6B95CF. Grayscale: #707070. Windows color (decimal): -7050704 or 3173012. OLE color: 3173012.

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

Color convert

RGB 148 106 48 -
CMYK 0 0.28 0.68 0.42
HSL 34.8º 0.51% 0.38% -
HSV(B) 34.8º 0.68% 0.58% -
XYZ 17.9 16.82 5.1 -
YUV 111.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 148 106 48 0 0.28 0.68 0.42 34.8 0.51 0.38
Hex 94 6A 30 0 1C 44 2A 23 33 26
Octal 224 152 60 0 34 104 52 43 63 46
Binary 10010100 1101010 110000 0 11100 1000100 101010 100011 110011 100110

Color Harmonies of #946A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A30

Black with #946A30

Text Example


Text Example

White with #946A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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