Html Css Color HEX #947958 Pale Brown

📋 copy color: '#947958'

red 148 ◦ green 121 ◦ blue 88

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

Shades of Pale Brown #947958

Tints of Pale Brown #947958

RGB

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

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

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

R = 41.46%
G = 33.89%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947958 (or 0x947958) is known color: Pale Brown. HEX triplet: 94, 79 and 58. RGB value is (148,121,88). Sum of RGB (Red+Green+Blue) = 148+121+88=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #947958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947958 is #6B86A7. Grayscale: #7D7D7D. Windows color (decimal): -7046824 or 5798292. OLE color: 5798292.

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

Color convert

RGB 148 121 88 -
CMYK 0 0.18 0.41 0.42
HSL 33º 0.25% 0.46% -
HSV(B) 33º 0.41% 0.58% -
XYZ 20.81 20.68 12.13 -
YUV 125.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 148 121 88 0 0.18 0.41 0.42 33 0.25 0.46
Hex 94 79 58 0 12 29 2A 21 19 2E
Octal 224 171 130 0 22 51 52 41 31 56
Binary 10010100 1111001 1011000 0 10010 101001 101010 100001 11001 101110

Color Harmonies of #947958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947958

Black with #947958

Text Example


Text Example

White with #947958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947958; }

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

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

background-color css

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

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

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

border-color css

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

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

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