Html Css Color HEX #947232 Buttered Rum

📋 copy color: '#947232'

red 148 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #947232

Tints of Buttered Rum #947232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 47.44%
G = 36.54%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#947232 (or 0x947232) is known color: Buttered Rum. HEX triplet: 94, 72 and 32. RGB value is (148,114,50). Sum of RGB (Red+Green+Blue) = 148+114+50=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947232 is #6B8DCD. Grayscale: #757575. Windows color (decimal): -7048654 or 3306132. OLE color: 3306132.

HSL color Cylindrical-coordinate representation of color #947232: hue angle of 39.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #947232 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 50 -
CMYK 0 0.23 0.66 0.42
HSL 39.18º 0.49% 0.39% -
HSV(B) 39.18º 0.66% 0.58% -
XYZ 18.81 18.56 5.61 -
YUV 116.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 148 114 50 0 0.23 0.66 0.42 39.18 0.49 0.39
Hex 94 72 32 0 17 42 2A 27 31 27
Octal 224 162 62 0 27 102 52 47 61 47
Binary 10010100 1110010 110010 0 10111 1000010 101010 100111 110001 100111

Color Harmonies of #947232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947232

Black with #947232

Text Example


Text Example

White with #947232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947232; }

 p { color: rgb(148,114,50); }

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

background-color css

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

 a { background-color: rgb(148,114,50); }

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

border-color css

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

 span { border-color: rgb(148,114,50); }

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