Html Css Color HEX #947459 Pale Brown

📋 copy color: '#947459'

red 148 ◦ green 116 ◦ blue 89

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

Shades of Pale Brown #947459

Tints of Pale Brown #947459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 41.93%
G = 32.86%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#947459 (or 0x947459) is known color: Pale Brown. HEX triplet: 94, 74 and 59. RGB value is (148,116,89). Sum of RGB (Red+Green+Blue) = 148+116+89=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947459 is #6B8BA6. Grayscale: #7A7A7A. Windows color (decimal): -7048103 or 5862548. OLE color: 5862548.

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

Color convert

RGB 148 116 89 -
CMYK 0 0.22 0.40 0.42
HSL 27.46º 0.25% 0.46% -
HSV(B) 27.46º 0.4% 0.58% -
XYZ 20.26 19.51 12.15 -
YUV 122.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 148 116 89 0 0.22 0.40 0.42 27.46 0.25 0.46
Hex 94 74 59 0 16 28 2A 1B 19 2E
Octal 224 164 131 0 26 50 52 33 31 56
Binary 10010100 1110100 1011001 0 10110 101000 101010 11011 11001 101110

Color Harmonies of #947459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947459

Black with #947459

Text Example


Text Example

White with #947459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947459; }

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

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

background-color css

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

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

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

border-color css

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

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

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