#937248

Color #937248 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #937248

Tints of Pale Brown #937248

Color information

#937248 (or 0x937248) is unknown color: approx Pale Brown. HEX triplet: 93, 72 and 48. RGB value is (147,114,72). Sum of RGB (Red+Green+Blue) = 147+114+72=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #937248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937248 is #6C8DB7. Grayscale: #777777. Windows color (decimal): -7114168 or 4747923. OLE color: 4747923.

HSL color Cylindrical-coordinate representation of color #937248: hue angle of 33.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937248 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14711472-
CMYK00.220.510.42
HSL33.6º34.25%42.94%-
HSV(B)33.6º51.02%57.65%-
XYZ19.2218.718.73-
YUV119.08101.43147.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=44.14%
G=34.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471147200.220.510.4233.634.2542.94
Hex937248016332A22222b
Octal2231621100266352424253
Binary1001001111100101001000010110110011101010100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937248; }

 p { color: rgb(147,114,72); }

 H1.HeaderClassName
 {
   color: #937248;
 }
 .AnyTagClassName
 {
   color: #937248;
 }
</style>
background-color css

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

 a { background-color: rgb(147,114,72); }

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

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

 span { border-color: rgb(147,114,72); }

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