Html Css Color HEX #93745A Pale Brown

📋 copy color: '#93745A'

red 147 ◦ green 116 ◦ blue 90

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

Shades of Pale Brown #93745A

Tints of Pale Brown #93745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 41.64%
G = 32.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93745A (or 0x93745A) is known color: Pale Brown. HEX triplet: 93, 74 and 5A. RGB value is (147,116,90). Sum of RGB (Red+Green+Blue) = 147+116+90=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93745A is #6C8BA5. Grayscale: #7A7A7A. Windows color (decimal): -7113638 or 5928083. OLE color: 5928083.

HSL color Cylindrical-coordinate representation of color #93745A: hue angle of 27.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93745A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 116 90 -
CMYK 0 0.21 0.39 0.42
HSL 27.37º 0.24% 0.46% -
HSV(B) 27.37º 0.39% 0.58% -
XYZ 20.12 19.43 12.36 -
YUV 122.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 147 116 90 0 0.21 0.39 0.42 27.37 0.24 0.46
Hex 93 74 5A 0 15 27 2A 1B 18 2E
Octal 223 164 132 0 25 47 52 33 30 56
Binary 10010011 1110100 1011010 0 10101 100111 101010 11011 11000 101110

Color Harmonies of #93745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93745A

Black with #93745A

Text Example


Text Example

White with #93745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93745A; }

 p { color: rgb(147,116,90); }

 H1.HeaderClassName
 {
   color: #93745A;
 }
 .AnyTagClassName
 {
   color: #93745A;
 }
</style>

background-color css

<style>
 a { background-color: #93745A; }

 a { background-color: rgb(147,116,90); }

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

border-color css

<style>
 span { border-color: #93745A; }

 span { border-color: rgb(147,116,90); }

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