Html Css Color HEX #947558 Pale Brown

📋 copy color: '#947558'

red 148 ◦ green 117 ◦ blue 88

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

Shades of Pale Brown #947558

Tints of Pale Brown #947558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 41.93%
G = 33.14%
B = 24.93%

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

#947558 (or 0x947558) is known color: Pale Brown. HEX triplet: 94, 75 and 58. RGB value is (148,117,88). Sum of RGB (Red+Green+Blue) = 148+117+88=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947558 is #6B8AA7. Grayscale: #7B7B7B. Windows color (decimal): -7047848 or 5797268. OLE color: 5797268.

HSL color Cylindrical-coordinate representation of color #947558: hue angle of 29º degrees, saturation: 0.25, 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 #947558 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 88 -
CMYK 0 0.21 0.41 0.42
HSL 29º 0.25% 0.46% -
HSV(B) 29º 0.41% 0.58% -
XYZ 20.34 19.72 11.97 -
YUV 122.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 148 117 88 0 0.21 0.41 0.42 29 0.25 0.46
Hex 94 75 58 0 15 29 2A 1D 19 2E
Octal 224 165 130 0 25 51 52 35 31 56
Binary 10010100 1110101 1011000 0 10101 101001 101010 11101 11001 101110

Color Harmonies of #947558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947558

Black with #947558

Text Example


Text Example

White with #947558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947558; }

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

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

background-color css

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

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

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

border-color css

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

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

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