#917352

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

Shades of Pale Brown #917352

Tints of Pale Brown #917352

Color information

#917352 (or 0x917352) is unknown color: approx Pale Brown. HEX triplet: 91, 73 and 52. RGB value is (145,115,82). Sum of RGB (Red+Green+Blue) = 145+115+82=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917352 is #6E8CAD. Grayscale: #787878. Windows color (decimal): -7244974 or 5403537. OLE color: 5403537.

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

Color convert

RGB14511582-
CMYK00.210.430.43
HSL31.43º27.75%44.51%-
HSV(B)31.43º43.45%56.86%-
XYZ19.3318.8910.61-
YUV120.21106.44145.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=42.40%
G=33.63%
B=23.98%

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
Decimal1451158200.210.430.4331.4327.7544.51
Hex9173520152B2B1f1c2d
Octal2211631220255353373455
Binary10010001111001110100100101011010111010111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917352; }

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

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

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

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

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

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

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

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