Html Css Color HEX #93785F Pale Brown

📋 copy color: '#93785F'

red 147 ◦ green 120 ◦ blue 95

#93785F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #93785F

Tints of Pale Brown #93785F

RGB

 RED value IS 147 (57.81% from 255) = 40.61%

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 40.61%
G = 33.15%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93785F (or 0x93785F) is known color: Pale Brown. HEX triplet: 93, 78 and 5F. RGB value is (147,120,95). Sum of RGB (Red+Green+Blue) = 147+120+95=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93785F is #6C87A0. Grayscale: #7D7D7D. Windows color (decimal): -7112609 or 6256787. OLE color: 6256787.

HSL color Cylindrical-coordinate representation of color #93785F: hue angle of 28.85º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93785F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 120 95 -
CMYK 0 0.18 0.35 0.42
HSL 28.85º 0.21% 0.47% -
HSV(B) 28.85º 0.35% 0.58% -
XYZ 20.81 20.46 13.68 -
YUV 125.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 147 120 95 0 0.18 0.35 0.42 28.85 0.21 0.47
Hex 93 78 5F 0 12 23 2A 1D 15 2F
Octal 223 170 137 0 22 43 52 35 25 57
Binary 10010011 1111000 1011111 0 10010 100011 101010 11101 10101 101111

Color Harmonies of #93785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93785F

Black with #93785F

Text Example


Text Example

White with #93785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93785F; }

 p { color: rgb(147,120,95); }

 H1.HeaderClassName
 {
   color: #93785F;
 }
 .AnyTagClassName
 {
   color: #93785F;
 }
</style>

background-color css

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

 a { background-color: rgb(147,120,95); }

 div.DivClassName
 {
   background-color: #93785F;
 }
 .BgClassName
 {
   background-color: #93785F;
 }
</style>

border-color css

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

 span { border-color: rgb(147,120,95); }

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