#917453

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

Shades of Pale Brown #917453

Tints of Pale Brown #917453

Color information

#917453 (or 0x917453) is unknown color: approx Pale Brown. HEX triplet: 91, 74 and 53. RGB value is (145,116,83). Sum of RGB (Red+Green+Blue) = 145+116+83=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917453 is #6E8BAC. Grayscale: #797979. Windows color (decimal): -7244717 or 5469329. OLE color: 5469329.

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

Color convert

RGB14511683-
CMYK00.20.430.43
HSL31.94º27.19%44.71%-
HSV(B)31.94º42.76%56.86%-
XYZ19.4819.1410.85-
YUV120.91106.61145.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=42.15%
G=33.72%
B=24.13%

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
Decimal1451168300.20.430.4331.9427.1944.71
Hex9174530142B2B201b2d
Octal2211641230245353403355
Binary100100011110100101001101010010101110101110000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917453; }

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

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

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

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

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

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

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

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