Html Css Color HEX #93754F Pale Brown

📋 copy color: '#93754F'

red 147 ◦ green 117 ◦ blue 79

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

Shades of Pale Brown #93754F

Tints of Pale Brown #93754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 42.86%
G = 34.11%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#93754F (or 0x93754F) is known color: Pale Brown. HEX triplet: 93, 75 and 4F. RGB value is (147,117,79). Sum of RGB (Red+Green+Blue) = 147+117+79=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93754F is #6C8AB0. Grayscale: #797979. Windows color (decimal): -7113393 or 5207443. OLE color: 5207443.

HSL color Cylindrical-coordinate representation of color #93754F: hue angle of 33.53º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93754F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 79 -
CMYK 0 0.20 0.46 0.42
HSL 33.53º 0.3% 0.44% -
HSV(B) 33.53º 0.46% 0.58% -
XYZ 19.81 19.49 10.12 -
YUV 121.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 147 117 79 0 0.20 0.46 0.42 33.53 0.3 0.44
Hex 93 75 4F 0 14 2E 2A 22 1E 2C
Octal 223 165 117 0 24 56 52 42 36 54
Binary 10010011 1110101 1001111 0 10100 101110 101010 100010 11110 101100

Color Harmonies of #93754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93754F

Black with #93754F

Text Example


Text Example

White with #93754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93754F; }

 p { color: rgb(147,117,79); }

 H1.HeaderClassName
 {
   color: #93754F;
 }
 .AnyTagClassName
 {
   color: #93754F;
 }
</style>

background-color css

<style>
 a { background-color: #93754F; }

 a { background-color: rgb(147,117,79); }

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

border-color css

<style>
 span { border-color: #93754F; }

 span { border-color: rgb(147,117,79); }

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