#937252

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

Shades of Pale Brown #937252

Tints of Pale Brown #937252

Color information

#937252 (or 0x937252) is unknown color: approx Pale Brown. HEX triplet: 93, 72 and 52. RGB value is (147,114,82). Sum of RGB (Red+Green+Blue) = 147+114+82=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #937252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937252 is #6C8DAD. Grayscale: #787878. Windows color (decimal): -7114158 or 5403283. OLE color: 5403283.

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

Color convert

RGB14711482-
CMYK00.220.440.42
HSL29.54º28.38%44.9%-
HSV(B)29.54º44.22%57.65%-
XYZ19.5718.8510.59-
YUV120.22106.43147.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=42.86%
G=33.24%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471148200.220.440.4229.5428.3844.9
Hex9372520162C2A1e1c2d
Octal2231621220265452363455
Binary10010011111001010100100101101011001010101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937252; }

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

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

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

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

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

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

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

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