Html Css Color HEX #946B2D Buttered Rum

📋 copy color: '#946B2D'

red 148 ◦ green 107 ◦ blue 45

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

Shades of Buttered Rum #946B2D

Tints of Buttered Rum #946B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 49.33%
G = 35.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#946B2D (or 0x946B2D) is known color: Buttered Rum. HEX triplet: 94, 6B and 2D. RGB value is (148,107,45). Sum of RGB (Red+Green+Blue) = 148+107+45=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B2D is #6B94D2. Grayscale: #707070. Windows color (decimal): -7050451 or 2976660. OLE color: 2976660.

HSL color Cylindrical-coordinate representation of color #946B2D: hue angle of 36.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #946B2D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 45 -
CMYK 0 0.28 0.70 0.42
HSL 36.12º 0.53% 0.38% -
HSV(B) 36.12º 0.7% 0.58% -
XYZ 17.94 17 4.82 -
YUV 112.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 148 107 45 0 0.28 0.70 0.42 36.12 0.53 0.38
Hex 94 6B 2D 0 1C 46 2A 24 35 26
Octal 224 153 55 0 34 106 52 44 65 46
Binary 10010100 1101011 101101 0 11100 1000110 101010 100100 110101 100110

Color Harmonies of #946B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B2D

Black with #946B2D

Text Example


Text Example

White with #946B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,45); }

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

background-color css

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

 a { background-color: rgb(148,107,45); }

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

border-color css

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

 span { border-color: rgb(148,107,45); }

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