Html Css Color HEX #93764F Pale Brown

📋 copy color: '#93764F'

red 147 ◦ green 118 ◦ blue 79

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

Shades of Pale Brown #93764F

Tints of Pale Brown #93764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 42.73%
G = 34.3%
B = 22.97%

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

#93764F (or 0x93764F) is known color: Pale Brown. HEX triplet: 93, 76 and 4F. RGB value is (147,118,79). Sum of RGB (Red+Green+Blue) = 147+118+79=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93764F is #6C89B0. Grayscale: #7A7A7A. Windows color (decimal): -7113137 or 5207699. OLE color: 5207699.

HSL color Cylindrical-coordinate representation of color #93764F: hue angle of 34.41º 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 #93764F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 79 -
CMYK 0 0.20 0.46 0.42
HSL 34.41º 0.3% 0.44% -
HSV(B) 34.41º 0.46% 0.58% -
XYZ 19.92 19.72 10.15 -
YUV 122.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 147 118 79 0 0.20 0.46 0.42 34.41 0.3 0.44
Hex 93 76 4F 0 14 2E 2A 22 1E 2C
Octal 223 166 117 0 24 56 52 42 36 54
Binary 10010011 1110110 1001111 0 10100 101110 101010 100010 11110 101100

Color Harmonies of #93764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93764F

Black with #93764F

Text Example


Text Example

White with #93764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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