Html Css Color HEX #947535 Buttered Rum

📋 copy color: '#947535'

red 148 ◦ green 117 ◦ blue 53

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

Shades of Buttered Rum #947535

Tints of Buttered Rum #947535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 46.54%
G = 36.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#947535 (or 0x947535) is known color: Buttered Rum. HEX triplet: 94, 75 and 35. RGB value is (148,117,53). Sum of RGB (Red+Green+Blue) = 148+117+53=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #947535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947535 is #6B8ACA. Grayscale: #777777. Windows color (decimal): -7047883 or 3503508. OLE color: 3503508.

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

Color convert

RGB 148 117 53 -
CMYK 0 0.21 0.64 0.42
HSL 40.42º 0.47% 0.39% -
HSV(B) 40.42º 0.64% 0.58% -
XYZ 19.22 19.28 6.08 -
YUV 118.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 148 117 53 0 0.21 0.64 0.42 40.42 0.47 0.39
Hex 94 75 35 0 15 40 2A 28 2F 27
Octal 224 165 65 0 25 100 52 50 57 47
Binary 10010100 1110101 110101 0 10101 1000000 101010 101000 101111 100111

Color Harmonies of #947535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947535

Black with #947535

Text Example


Text Example

White with #947535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947535; }

 p { color: rgb(148,117,53); }

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

background-color css

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

 a { background-color: rgb(148,117,53); }

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

border-color css

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

 span { border-color: rgb(148,117,53); }

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