Html Css Color HEX #947449 Pale Brown

📋 copy color: '#947449'

red 148 ◦ green 116 ◦ blue 73

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

Shades of Pale Brown #947449

Tints of Pale Brown #947449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 43.92%
G = 34.42%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947449 (or 0x947449) is known color: Pale Brown. HEX triplet: 94, 74 and 49. RGB value is (148,116,73). Sum of RGB (Red+Green+Blue) = 148+116+73=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #947449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947449 is #6B8BB6. Grayscale: #787878. Windows color (decimal): -7048119 or 4813972. OLE color: 4813972.

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

Color convert

RGB 148 116 73 -
CMYK 0 0.22 0.51 0.42
HSL 34.4º 0.34% 0.43% -
HSV(B) 34.4º 0.51% 0.58% -
XYZ 19.66 19.27 8.99 -
YUV 120.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 148 116 73 0 0.22 0.51 0.42 34.4 0.34 0.43
Hex 94 74 49 0 16 33 2A 22 22 2B
Octal 224 164 111 0 26 63 52 42 42 53
Binary 10010100 1110100 1001001 0 10110 110011 101010 100010 100010 101011

Color Harmonies of #947449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947449

Black with #947449

Text Example


Text Example

White with #947449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947449; }

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

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

background-color css

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

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

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

border-color css

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

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

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