Html Css Color HEX #937950 Pale Brown

📋 copy color: '#937950'

red 147 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #937950

Tints of Pale Brown #937950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 42.24%
G = 34.77%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#937950 (or 0x937950) is known color: Pale Brown. HEX triplet: 93, 79 and 50. RGB value is (147,121,80). Sum of RGB (Red+Green+Blue) = 147+121+80=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #937950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937950 is #6C86AF. Grayscale: #7C7C7C. Windows color (decimal): -7112368 or 5274003. OLE color: 5274003.

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

Color convert

RGB 147 121 80 -
CMYK 0 0.18 0.46 0.42
HSL 36.72º 0.3% 0.45% -
HSV(B) 36.72º 0.46% 0.58% -
XYZ 20.32 20.46 10.47 -
YUV 124.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 147 121 80 0 0.18 0.46 0.42 36.72 0.3 0.45
Hex 93 79 50 0 12 2E 2A 25 1E 2D
Octal 223 171 120 0 22 56 52 45 36 55
Binary 10010011 1111001 1010000 0 10010 101110 101010 100101 11110 101101

Color Harmonies of #937950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937950

Black with #937950

Text Example


Text Example

White with #937950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937950; }

 p { color: rgb(147,121,80); }

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

background-color css

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

 a { background-color: rgb(147,121,80); }

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

border-color css

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

 span { border-color: rgb(147,121,80); }

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