#917256

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

Shades of Pale Brown #917256

Tints of Pale Brown #917256

Color information

#917256 (or 0x917256) is unknown color: approx Pale Brown. HEX triplet: 91, 72 and 56. RGB value is (145,114,86). Sum of RGB (Red+Green+Blue) = 145+114+86=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #917256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917256 is #6E8DA9. Grayscale: #787878. Windows color (decimal): -7245226 or 5665425. OLE color: 5665425.

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

Color convert

RGB14511486-
CMYK00.210.410.43
HSL28.47º25.54%45.29%-
HSV(B)28.47º40.69%56.86%-
XYZ19.3718.7311.4-
YUV120.08108.77145.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=42.03%
G=33.04%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451148600.210.410.4328.4725.5445.29
Hex917256015292B1c1a2d
Octal2211621260255153343255
Binary10010001111001010101100101011010011010111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917256; }

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

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

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

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

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

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

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

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