Html Css Color HEX #93775E Pale Brown

📋 copy color: '#93775E'

red 147 ◦ green 119 ◦ blue 94

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

Shades of Pale Brown #93775E

Tints of Pale Brown #93775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 40.83%
G = 33.06%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93775E (or 0x93775E) is known color: Pale Brown. HEX triplet: 93, 77 and 5E. RGB value is (147,119,94). Sum of RGB (Red+Green+Blue) = 147+119+94=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93775E is #6C88A1. Grayscale: #7C7C7C. Windows color (decimal): -7112866 or 6190995. OLE color: 6190995.

HSL color Cylindrical-coordinate representation of color #93775E: hue angle of 28.3º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93775E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 119 94 -
CMYK 0 0.19 0.36 0.42
HSL 28.3º 0.22% 0.47% -
HSV(B) 28.3º 0.36% 0.58% -
XYZ 20.65 20.2 13.4 -
YUV 124.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 147 119 94 0 0.19 0.36 0.42 28.3 0.22 0.47
Hex 93 77 5E 0 13 24 2A 1C 16 2F
Octal 223 167 136 0 23 44 52 34 26 57
Binary 10010011 1110111 1011110 0 10011 100100 101010 11100 10110 101111

Color Harmonies of #93775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93775E

Black with #93775E

Text Example


Text Example

White with #93775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93775E; }

 p { color: rgb(147,119,94); }

 H1.HeaderClassName
 {
   color: #93775E;
 }
 .AnyTagClassName
 {
   color: #93775E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,119,94); }

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

border-color css

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

 span { border-color: rgb(147,119,94); }

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