Html Css Color HEX #947858 Pale Brown

📋 copy color: '#947858'

red 148 ◦ green 120 ◦ blue 88

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

Shades of Pale Brown #947858

Tints of Pale Brown #947858

RGB

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

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

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

R = 41.57%
G = 33.71%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947858 (or 0x947858) is known color: Pale Brown. HEX triplet: 94, 78 and 58. RGB value is (148,120,88). Sum of RGB (Red+Green+Blue) = 148+120+88=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #947858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947858 is #6B87A7. Grayscale: #7C7C7C. Windows color (decimal): -7047080 or 5798036. OLE color: 5798036.

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

Color convert

RGB 148 120 88 -
CMYK 0 0.19 0.41 0.42
HSL 32º 0.25% 0.46% -
HSV(B) 32º 0.41% 0.58% -
XYZ 20.69 20.43 12.09 -
YUV 124.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 148 120 88 0 0.19 0.41 0.42 32 0.25 0.46
Hex 94 78 58 0 13 29 2A 20 19 2E
Octal 224 170 130 0 23 51 52 40 31 56
Binary 10010100 1111000 1011000 0 10011 101001 101010 100000 11001 101110

Color Harmonies of #947858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947858

Black with #947858

Text Example


Text Example

White with #947858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947858; }

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

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

background-color css

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

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

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

border-color css

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

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

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