Html Css Color HEX #937850 Pale Brown

📋 copy color: '#937850'

red 147 ◦ green 120 ◦ blue 80

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

Shades of Pale Brown #937850

Tints of Pale Brown #937850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 42.36%
G = 34.58%
B = 23.05%

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

#937850 (or 0x937850) is known color: Pale Brown. HEX triplet: 93, 78 and 50. RGB value is (147,120,80). Sum of RGB (Red+Green+Blue) = 147+120+80=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937850 is #6C87AF. Grayscale: #7B7B7B. Windows color (decimal): -7112624 or 5273747. OLE color: 5273747.

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

Color convert

RGB 147 120 80 -
CMYK 0 0.18 0.46 0.42
HSL 35.82º 0.3% 0.45% -
HSV(B) 35.82º 0.46% 0.58% -
XYZ 20.2 20.22 10.43 -
YUV 123.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 147 120 80 0 0.18 0.46 0.42 35.82 0.3 0.45
Hex 93 78 50 0 12 2E 2A 24 1E 2D
Octal 223 170 120 0 22 56 52 44 36 55
Binary 10010011 1111000 1010000 0 10010 101110 101010 100100 11110 101101

Color Harmonies of #937850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937850

Black with #937850

Text Example


Text Example

White with #937850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937850; }

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

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

background-color css

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

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

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

border-color css

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

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

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