Html Css Color HEX #93775A Pale Brown

📋 copy color: '#93775A'

red 147 ◦ green 119 ◦ blue 90

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

Shades of Pale Brown #93775A

Tints of Pale Brown #93775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 41.29%
G = 33.43%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93775A (or 0x93775A) is known color: Pale Brown. HEX triplet: 93, 77 and 5A. RGB value is (147,119,90). Sum of RGB (Red+Green+Blue) = 147+119+90=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93775A is #6C88A5. Grayscale: #7C7C7C. Windows color (decimal): -7112870 or 5928851. OLE color: 5928851.

HSL color Cylindrical-coordinate representation of color #93775A: hue angle of 30.53º 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 #93775A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 119 90 -
CMYK 0 0.19 0.39 0.42
HSL 30.53º 0.24% 0.46% -
HSV(B) 30.53º 0.39% 0.58% -
XYZ 20.47 20.13 12.48 -
YUV 124.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 147 119 90 0 0.19 0.39 0.42 30.53 0.24 0.46
Hex 93 77 5A 0 13 27 2A 1F 18 2E
Octal 223 167 132 0 23 47 52 37 30 56
Binary 10010011 1110111 1011010 0 10011 100111 101010 11111 11000 101110

Color Harmonies of #93775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93775A

Black with #93775A

Text Example


Text Example

White with #93775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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