Html Css Color HEX #947959 Pale Brown

📋 copy color: '#947959'

red 148 ◦ green 121 ◦ blue 89

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

Shades of Pale Brown #947959

Tints of Pale Brown #947959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 41.34%
G = 33.8%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#947959 (or 0x947959) is known color: Pale Brown. HEX triplet: 94, 79 and 59. RGB value is (148,121,89). Sum of RGB (Red+Green+Blue) = 148+121+89=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #947959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947959 is #6B86A6. Grayscale: #7D7D7D. Windows color (decimal): -7046823 or 5863828. OLE color: 5863828.

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

Color convert

RGB 148 121 89 -
CMYK 0 0.18 0.40 0.42
HSL 32.54º 0.25% 0.46% -
HSV(B) 32.54º 0.4% 0.58% -
XYZ 20.85 20.69 12.35 -
YUV 125.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 148 121 89 0 0.18 0.40 0.42 32.54 0.25 0.46
Hex 94 79 59 0 12 28 2A 21 19 2E
Octal 224 171 131 0 22 50 52 41 31 56
Binary 10010100 1111001 1011001 0 10010 101000 101010 100001 11001 101110

Color Harmonies of #947959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947959

Black with #947959

Text Example


Text Example

White with #947959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947959; }

 p { color: rgb(148,121,89); }

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

background-color css

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

 a { background-color: rgb(148,121,89); }

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

border-color css

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

 span { border-color: rgb(148,121,89); }

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