#917048

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

Shades of Pale Brown #917048

Tints of Pale Brown #917048

Color information

#917048 (or 0x917048) is unknown color: approx Pale Brown. HEX triplet: 91, 70 and 48. RGB value is (145,112,72). Sum of RGB (Red+Green+Blue) = 145+112+72=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #917048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917048 is #6E8FB7. Grayscale: #757575. Windows color (decimal): -7245752 or 4747409. OLE color: 4747409.

HSL color Cylindrical-coordinate representation of color #917048: hue angle of 32.88º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917048 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB14511272-
CMYK00.230.500.43
HSL32.88º33.64%42.55%-
HSV(B)32.88º50.34%56.86%-
XYZ18.6418.088.64-
YUV117.31102.43147.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=44.07%
G=34.04%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451127200.230.500.4332.8833.6442.55
Hex917048017322B21222b
Octal2211601100276253414253
Binary1001000111100001001000010111110010101011100001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917048; }

 p { color: rgb(145,112,72); }

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

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

 a { background-color: rgb(145,112,72); }

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

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

 span { border-color: rgb(145,112,72); }

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