Html Css Color HEX #93764C Pale Brown

📋 copy color: '#93764C'

red 147 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #93764C

Tints of Pale Brown #93764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 43.11%
G = 34.6%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93764C (or 0x93764C) is known color: Pale Brown. HEX triplet: 93, 76 and 4C. RGB value is (147,118,76). Sum of RGB (Red+Green+Blue) = 147+118+76=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93764C is #6C89B3. Grayscale: #7A7A7A. Windows color (decimal): -7113140 or 5011091. OLE color: 5011091.

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

Color convert

RGB 147 118 76 -
CMYK 0 0.20 0.48 0.42
HSL 35.49º 0.32% 0.44% -
HSV(B) 35.49º 0.48% 0.58% -
XYZ 19.82 19.68 9.59 -
YUV 121.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 147 118 76 0 0.20 0.48 0.42 35.49 0.32 0.44
Hex 93 76 4C 0 14 30 2A 23 20 2C
Octal 223 166 114 0 24 60 52 43 40 54
Binary 10010011 1110110 1001100 0 10100 110000 101010 100011 100000 101100

Color Harmonies of #93764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93764C

Black with #93764C

Text Example


Text Example

White with #93764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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