#93765C

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

Shades of Pale Brown #93765C

Tints of Pale Brown #93765C

Color information

#93765C (or 0x93765C) is unknown color: approx Pale Brown. HEX triplet: 93, 76 and 5C. RGB value is (147,118,92). Sum of RGB (Red+Green+Blue) = 147+118+92=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765C is #6C89A3. Grayscale: #7B7B7B. Windows color (decimal): -7113124 or 6059667. OLE color: 6059667.

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

Color convert

RGB14711892-
CMYK00.200.370.42
HSL28.36º23.01%46.86%-
HSV(B)28.36º37.41%57.65%-
XYZ20.4419.9312.9-
YUV123.71110.11144.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=41.18%
G=33.05%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471189200.200.370.4228.3623.0146.86
Hex93765C014252A1c172f
Octal2231661340244552342757
Binary10010011111011010111000101001001011010101110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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