Html Css Color HEX #93765C Pale Brown

📋 copy color: '#93765C'

red 147 ◦ green 118 ◦ blue 92

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

Shades of Pale Brown #93765C

Tints of Pale Brown #93765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 41.18%
G = 33.05%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93765C (or 0x93765C) is known color: Pale Brown. HEX triplet: 93, 76 and 5C. RGB value is (147,118,92). Sum of RGB (Red+Green+Blue) = 147+118+92=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765C is #6C89A3. Grayscale: #7B7B7B. Windows color (decimal): -7113124 or 6059667. OLE color: 6059667.

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

Color convert

RGB 147 118 92 -
CMYK 0 0.20 0.37 0.42
HSL 28.36º 0.23% 0.47% -
HSV(B) 28.36º 0.37% 0.58% -
XYZ 20.44 19.93 12.9 -
YUV 123.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 147 118 92 0 0.20 0.37 0.42 28.36 0.23 0.47
Hex 93 76 5C 0 14 25 2A 1C 17 2F
Octal 223 166 134 0 24 45 52 34 27 57
Binary 10010011 1110110 1011100 0 10100 100101 101010 11100 10111 101111

Color Harmonies of #93765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93765C

Black with #93765C

Text Example


Text Example

White with #93765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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