Html Css Color HEX #947859 Pale Brown

📋 copy color: '#947859'

red 148 ◦ green 120 ◦ blue 89

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

Shades of Pale Brown #947859

Tints of Pale Brown #947859

RGB

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

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

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

R = 41.46%
G = 33.61%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#947859 (or 0x947859) is known color: Pale Brown. HEX triplet: 94, 78 and 59. RGB value is (148,120,89). Sum of RGB (Red+Green+Blue) = 148+120+89=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #947859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947859 is #6B87A6. Grayscale: #7C7C7C. Windows color (decimal): -7047079 or 5863572. OLE color: 5863572.

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

Color convert

RGB 148 120 89 -
CMYK 0 0.19 0.40 0.42
HSL 31.53º 0.25% 0.46% -
HSV(B) 31.53º 0.4% 0.58% -
XYZ 20.73 20.45 12.31 -
YUV 124.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 148 120 89 0 0.19 0.40 0.42 31.53 0.25 0.46
Hex 94 78 59 0 13 28 2A 20 19 2E
Octal 224 170 131 0 23 50 52 40 31 56
Binary 10010100 1111000 1011001 0 10011 101000 101010 100000 11001 101110

Color Harmonies of #947859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947859

Black with #947859

Text Example


Text Example

White with #947859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947859; }

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

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

background-color css

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

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

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

border-color css

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

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

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