Html Css Color HEX #937250 Pale Brown

📋 copy color: '#937250'

red 147 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #937250

Tints of Pale Brown #937250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 43.11%
G = 33.43%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#937250 (or 0x937250) is known color: Pale Brown. HEX triplet: 93, 72 and 50. RGB value is (147,114,80). Sum of RGB (Red+Green+Blue) = 147+114+80=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #937250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937250 is #6C8DAF. Grayscale: #787878. Windows color (decimal): -7114160 or 5272211. OLE color: 5272211.

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

Color convert

RGB 147 114 80 -
CMYK 0 0.22 0.46 0.42
HSL 30.45º 0.3% 0.45% -
HSV(B) 30.45º 0.46% 0.58% -
XYZ 19.5 18.82 10.19 -
YUV 119.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 147 114 80 0 0.22 0.46 0.42 30.45 0.3 0.45
Hex 93 72 50 0 16 2E 2A 1E 1E 2D
Octal 223 162 120 0 26 56 52 36 36 55
Binary 10010011 1110010 1010000 0 10110 101110 101010 11110 11110 101101

Color Harmonies of #937250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937250

Black with #937250

Text Example


Text Example

White with #937250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937250; }

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

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

background-color css

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

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

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

border-color css

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

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

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