Html Css Color HEX #946F50 Pale Brown

📋 copy color: '#946F50'

red 148 ◦ green 111 ◦ blue 80

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

Shades of Pale Brown #946F50

Tints of Pale Brown #946F50

RGB

 RED value IS 148 (58.2% from 255) = 43.66%

 GREEN value IS 111 (43.75% from 255) = 32.74%

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

R = 43.66%
G = 32.74%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#946F50 (or 0x946F50) is known color: Pale Brown. HEX triplet: 94, 6F and 50. RGB value is (148,111,80). Sum of RGB (Red+Green+Blue) = 148+111+80=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F50 is #6B90AF. Grayscale: #767676. Windows color (decimal): -7049392 or 5271444. OLE color: 5271444.

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

Color convert

RGB 148 111 80 -
CMYK 0 0.25 0.46 0.42
HSL 27.35º 0.3% 0.45% -
HSV(B) 27.35º 0.46% 0.58% -
XYZ 19.35 18.24 10.09 -
YUV 118.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 148 111 80 0 0.25 0.46 0.42 27.35 0.3 0.45
Hex 94 6F 50 0 19 2E 2A 1B 1E 2D
Octal 224 157 120 0 31 56 52 33 36 55
Binary 10010100 1101111 1010000 0 11001 101110 101010 11011 11110 101101

Color Harmonies of #946F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F50

Black with #946F50

Text Example


Text Example

White with #946F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F50; }

 p { color: rgb(148,111,80); }

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

background-color css

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

 a { background-color: rgb(148,111,80); }

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

border-color css

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

 span { border-color: rgb(148,111,80); }

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