#917248

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

Shades of Pale Brown #917248

Tints of Pale Brown #917248

Color information

#917248 (or 0x917248) is unknown color: approx Pale Brown. HEX triplet: 91, 72 and 48. RGB value is (145,114,72). Sum of RGB (Red+Green+Blue) = 145+114+72=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #917248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917248 is #6E8DB7. Grayscale: #767676. Windows color (decimal): -7245240 or 4747921. OLE color: 4747921.

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

Color convert

RGB14511472-
CMYK00.210.500.43
HSL34.52º33.64%42.55%-
HSV(B)34.52º50.34%56.86%-
XYZ18.8618.528.71-
YUV118.48101.77146.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=43.81%
G=34.44%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451147200.210.500.4334.5233.6442.55
Hex917248015322B23222b
Octal2211621100256253434253
Binary1001000111100101001000010101110010101011100011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917248; }

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

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

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

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

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

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

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

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