#917452

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

Shades of Pale Brown #917452

Tints of Pale Brown #917452

Color information

#917452 (or 0x917452) is unknown color: approx Pale Brown. HEX triplet: 91, 74 and 52. RGB value is (145,116,82). Sum of RGB (Red+Green+Blue) = 145+116+82=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917452 is #6E8BAD. Grayscale: #787878. Windows color (decimal): -7244718 or 5403793. OLE color: 5403793.

HSL color Cylindrical-coordinate representation of color #917452: hue angle of 32.38º 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 #917452 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14511682-
CMYK00.20.430.43
HSL32.38º27.75%44.51%-
HSV(B)32.38º43.45%56.86%-
XYZ19.4519.1210.65-
YUV120.8106.11145.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=42.27%
G=33.82%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451168200.20.430.4332.3827.7544.51
Hex9174520142B2B201c2d
Octal2211641220245353403455
Binary100100011110100101001001010010101110101110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917452; }

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

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

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

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

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

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

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

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