Html Css Color HEX #93795E Pale Brown

📋 copy color: '#93795E'

red 147 ◦ green 121 ◦ blue 94

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

Shades of Pale Brown #93795E

Tints of Pale Brown #93795E

RGB

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

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

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

R = 40.61%
G = 33.43%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93795E (or 0x93795E) is known color: Pale Brown. HEX triplet: 93, 79 and 5E. RGB value is (147,121,94). Sum of RGB (Red+Green+Blue) = 147+121+94=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93795E is #6C86A1. Grayscale: #7D7D7D. Windows color (decimal): -7112354 or 6191507. OLE color: 6191507.

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

Color convert

RGB 147 121 94 -
CMYK 0 0.18 0.36 0.42
HSL 30.57º 0.22% 0.47% -
HSV(B) 30.57º 0.36% 0.58% -
XYZ 20.89 20.69 13.48 -
YUV 125.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 147 121 94 0 0.18 0.36 0.42 30.57 0.22 0.47
Hex 93 79 5E 0 12 24 2A 1F 16 2F
Octal 223 171 136 0 22 44 52 37 26 57
Binary 10010011 1111001 1011110 0 10010 100100 101010 11111 10110 101111

Color Harmonies of #93795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93795E

Black with #93795E

Text Example


Text Example

White with #93795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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