Html Css Color HEX #947549 Pale Brown

📋 copy color: '#947549'

red 148 ◦ green 117 ◦ blue 73

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

Shades of Pale Brown #947549

Tints of Pale Brown #947549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 43.79%
G = 34.62%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947549 (or 0x947549) is known color: Pale Brown. HEX triplet: 94, 75 and 49. RGB value is (148,117,73). Sum of RGB (Red+Green+Blue) = 148+117+73=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947549 is #6B8AB6. Grayscale: #797979. Windows color (decimal): -7047863 or 4814228. OLE color: 4814228.

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

Color convert

RGB 148 117 73 -
CMYK 0 0.21 0.51 0.42
HSL 35.2º 0.34% 0.43% -
HSV(B) 35.2º 0.51% 0.58% -
XYZ 19.78 19.5 9.02 -
YUV 121.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 148 117 73 0 0.21 0.51 0.42 35.2 0.34 0.43
Hex 94 75 49 0 15 33 2A 23 22 2B
Octal 224 165 111 0 25 63 52 43 42 53
Binary 10010100 1110101 1001001 0 10101 110011 101010 100011 100010 101011

Color Harmonies of #947549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947549

Black with #947549

Text Example


Text Example

White with #947549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947549; }

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

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

background-color css

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

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

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

border-color css

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

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

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