Html Css Color HEX #93775C Pale Brown

📋 copy color: '#93775C'

red 147 ◦ green 119 ◦ blue 92

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

Shades of Pale Brown #93775C

Tints of Pale Brown #93775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 41.06%
G = 33.24%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93775C (or 0x93775C) is known color: Pale Brown. HEX triplet: 93, 77 and 5C. RGB value is (147,119,92). Sum of RGB (Red+Green+Blue) = 147+119+92=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93775C is #6C88A3. Grayscale: #7C7C7C. Windows color (decimal): -7112868 or 6059923. OLE color: 6059923.

HSL color Cylindrical-coordinate representation of color #93775C: hue angle of 29.45º 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 #93775C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 119 92 -
CMYK 0 0.19 0.37 0.42
HSL 29.45º 0.23% 0.47% -
HSV(B) 29.45º 0.37% 0.58% -
XYZ 20.56 20.17 12.93 -
YUV 124.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 147 119 92 0 0.19 0.37 0.42 29.45 0.23 0.47
Hex 93 77 5C 0 13 25 2A 1D 17 2F
Octal 223 167 134 0 23 45 52 35 27 57
Binary 10010011 1110111 1011100 0 10011 100101 101010 11101 10111 101111

Color Harmonies of #93775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93775C

Black with #93775C

Text Example


Text Example

White with #93775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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