Html Css Color HEX #947354 Pale Brown

📋 copy color: '#947354'

red 148 ◦ green 115 ◦ blue 84

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

Shades of Pale Brown #947354

Tints of Pale Brown #947354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 42.65%
G = 33.14%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947354 (or 0x947354) is known color: Pale Brown. HEX triplet: 94, 73 and 54. RGB value is (148,115,84). Sum of RGB (Red+Green+Blue) = 148+115+84=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947354 is #6B8CAB. Grayscale: #797979. Windows color (decimal): -7048364 or 5534612. OLE color: 5534612.

HSL color Cylindrical-coordinate representation of color #947354: hue angle of 29.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947354 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 84 -
CMYK 0 0.22 0.43 0.42
HSL 29.06º 0.28% 0.45% -
HSV(B) 29.06º 0.43% 0.58% -
XYZ 19.94 19.2 11.04 -
YUV 121.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 148 115 84 0 0.22 0.43 0.42 29.06 0.28 0.45
Hex 94 73 54 0 16 2B 2A 1D 1C 2D
Octal 224 163 124 0 26 53 52 35 34 55
Binary 10010100 1110011 1010100 0 10110 101011 101010 11101 11100 101101

Color Harmonies of #947354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947354

Black with #947354

Text Example


Text Example

White with #947354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947354; }

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

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

background-color css

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

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

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

border-color css

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

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

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