Html Css Color HEX #93795C Pale Brown

📋 copy color: '#93795C'

red 147 ◦ green 121 ◦ blue 92

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

Shades of Pale Brown #93795C

Tints of Pale Brown #93795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 40.83%
G = 33.61%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93795C (or 0x93795C) is known color: Pale Brown. HEX triplet: 93, 79 and 5C. RGB value is (147,121,92). Sum of RGB (Red+Green+Blue) = 147+121+92=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93795C is #6C86A3. Grayscale: #7D7D7D. Windows color (decimal): -7112356 or 6060435. OLE color: 6060435.

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

Color convert

RGB 147 121 92 -
CMYK 0 0.18 0.37 0.42
HSL 31.64º 0.23% 0.47% -
HSV(B) 31.64º 0.37% 0.58% -
XYZ 20.8 20.65 13.01 -
YUV 125.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 147 121 92 0 0.18 0.37 0.42 31.64 0.23 0.47
Hex 93 79 5C 0 12 25 2A 20 17 2F
Octal 223 171 134 0 22 45 52 40 27 57
Binary 10010011 1111001 1011100 0 10010 100101 101010 100000 10111 101111

Color Harmonies of #93795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93795C

Black with #93795C

Text Example


Text Example

White with #93795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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