#93765B

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

Shades of Pale Brown #93765B

Tints of Pale Brown #93765B

Color information

#93765B (or 0x93765B) is unknown color: approx Pale Brown. HEX triplet: 93, 76 and 5B. RGB value is (147,118,91). Sum of RGB (Red+Green+Blue) = 147+118+91=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765B is #6C89A4. Grayscale: #7B7B7B. Windows color (decimal): -7113125 or 5994131. OLE color: 5994131.

HSL color Cylindrical-coordinate representation of color #93765B: hue angle of 28.93º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93765B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14711891-
CMYK00.200.380.42
HSL28.93º23.53%46.67%-
HSV(B)28.93º38.1%57.65%-
XYZ20.419.9212.67-
YUV123.59109.61144.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=41.29%
G=33.15%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471189100.200.380.4228.9323.5346.67
Hex93765B014262A1d182f
Octal2231661330244652353057
Binary10010011111011010110110101001001101010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93765B; }

 p { color: rgb(147,118,91); }

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

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

 a { background-color: rgb(147,118,91); }

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

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

 span { border-color: rgb(147,118,91); }

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