#917252

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

Shades of Pale Brown #917252

Tints of Pale Brown #917252

Color information

#917252 (or 0x917252) is unknown color: approx Pale Brown. HEX triplet: 91, 72 and 52. RGB value is (145,114,82). Sum of RGB (Red+Green+Blue) = 145+114+82=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #917252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917252 is #6E8DAD. Grayscale: #777777. Windows color (decimal): -7245230 or 5403281. OLE color: 5403281.

HSL color Cylindrical-coordinate representation of color #917252: hue angle of 30.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917252 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14511482-
CMYK00.210.430.43
HSL30.48º27.75%44.51%-
HSV(B)30.48º43.45%56.86%-
XYZ19.2218.6610.57-
YUV119.62106.77146.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=42.52%
G=33.43%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451148200.210.430.4330.4827.7544.51
Hex9172520152B2B1e1c2d
Octal2211621220255353363455
Binary10010001111001010100100101011010111010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917252; }

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

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

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

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

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

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

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

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