Html Css Color HEX #936E30 Buttered Rum

📋 copy color: '#936E30'

red 147 ◦ green 110 ◦ blue 48

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

Shades of Buttered Rum #936E30

Tints of Buttered Rum #936E30

RGB

 RED value IS 147 (57.81% from 255) = 48.2%

 GREEN value IS 110 (43.36% from 255) = 36.07%

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

R = 48.2%
G = 36.07%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#936E30 (or 0x936E30) is known color: Buttered Rum. HEX triplet: 93, 6E and 30. RGB value is (147,110,48). Sum of RGB (Red+Green+Blue) = 147+110+48=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #936E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936E30 is #6C91CF. Grayscale: #727272. Windows color (decimal): -7115216 or 3174035. OLE color: 3174035.

HSL color Cylindrical-coordinate representation of color #936E30: hue angle of 37.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936E30 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 48 -
CMYK 0 0.25 0.67 0.42
HSL 37.58º 0.51% 0.38% -
HSV(B) 37.58º 0.67% 0.58% -
XYZ 18.14 17.57 5.23 -
YUV 114 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 147 110 48 0 0.25 0.67 0.42 37.58 0.51 0.38
Hex 93 6E 30 0 19 43 2A 26 33 26
Octal 223 156 60 0 31 103 52 46 63 46
Binary 10010011 1101110 110000 0 11001 1000011 101010 100110 110011 100110

Color Harmonies of #936E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E30

Black with #936E30

Text Example


Text Example

White with #936E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936E30; }

 p { color: rgb(147,110,48); }

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

background-color css

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

 a { background-color: rgb(147,110,48); }

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

border-color css

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

 span { border-color: rgb(147,110,48); }

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