Html Css Color HEX #947358 Pale Brown

📋 copy color: '#947358'

red 148 ◦ green 115 ◦ blue 88

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

Shades of Pale Brown #947358

Tints of Pale Brown #947358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

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

R = 42.17%
G = 32.76%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947358 (or 0x947358) is known color: Pale Brown. HEX triplet: 94, 73 and 58. RGB value is (148,115,88). Sum of RGB (Red+Green+Blue) = 148+115+88=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947358 is #6B8CA7. Grayscale: #797979. Windows color (decimal): -7048360 or 5796756. OLE color: 5796756.

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

Color convert

RGB 148 115 88 -
CMYK 0 0.22 0.41 0.42
HSL 27º 0.25% 0.46% -
HSV(B) 27º 0.41% 0.58% -
XYZ 20.1 19.26 11.89 -
YUV 121.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 148 115 88 0 0.22 0.41 0.42 27 0.25 0.46
Hex 94 73 58 0 16 29 2A 1B 19 2E
Octal 224 163 130 0 26 51 52 33 31 56
Binary 10010100 1110011 1011000 0 10110 101001 101010 11011 11001 101110

Color Harmonies of #947358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947358

Black with #947358

Text Example


Text Example

White with #947358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947358; }

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

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

background-color css

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

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

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

border-color css

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

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

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