#917752

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

Shades of Pale Brown #917752

Tints of Pale Brown #917752

Color information

#917752 (or 0x917752) is unknown color: approx Pale Brown. HEX triplet: 91, 77 and 52. RGB value is (145,119,82). Sum of RGB (Red+Green+Blue) = 145+119+82=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917752 is #6E88AD. Grayscale: #7A7A7A. Windows color (decimal): -7243950 or 5404561. OLE color: 5404561.

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

Color convert

RGB14511982-
CMYK00.180.430.43
HSL35.24º27.75%44.51%-
HSV(B)35.24º43.45%56.86%-
XYZ19.819.8210.77-
YUV122.56105.11144.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=41.91%
G=34.39%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451198200.180.430.4335.2427.7544.51
Hex9177520122B2B231c2d
Octal2211671220225353433455
Binary100100011110111101001001001010101110101110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917752; }

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

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

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

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

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

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

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

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