Html Css Color HEX #947557 Pale Brown

📋 copy color: '#947557'

red 148 ◦ green 117 ◦ blue 87

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

Shades of Pale Brown #947557

Tints of Pale Brown #947557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 42.05%
G = 33.24%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947557 (or 0x947557) is known color: Pale Brown. HEX triplet: 94, 75 and 57. RGB value is (148,117,87). Sum of RGB (Red+Green+Blue) = 148+117+87=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947557 is #6B8AA8. Grayscale: #7B7B7B. Windows color (decimal): -7047849 or 5731732. OLE color: 5731732.

HSL color Cylindrical-coordinate representation of color #947557: hue angle of 29.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947557 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 87 -
CMYK 0 0.21 0.41 0.42
HSL 29.51º 0.26% 0.46% -
HSV(B) 29.51º 0.41% 0.58% -
XYZ 20.29 19.71 11.75 -
YUV 122.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 148 117 87 0 0.21 0.41 0.42 29.51 0.26 0.46
Hex 94 75 57 0 15 29 2A 1E 1A 2E
Octal 224 165 127 0 25 51 52 36 32 56
Binary 10010100 1110101 1010111 0 10101 101001 101010 11110 11010 101110

Color Harmonies of #947557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947557

Black with #947557

Text Example


Text Example

White with #947557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947557; }

 p { color: rgb(148,117,87); }

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

background-color css

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

 a { background-color: rgb(148,117,87); }

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

border-color css

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

 span { border-color: rgb(148,117,87); }

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