Html Css Color HEX #947444 Pale Brown

📋 copy color: '#947444'

red 148 ◦ green 116 ◦ blue 68

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

Shades of Pale Brown #947444

Tints of Pale Brown #947444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 44.58%
G = 34.94%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#947444 (or 0x947444) is known color: Pale Brown. HEX triplet: 94, 74 and 44. RGB value is (148,116,68). Sum of RGB (Red+Green+Blue) = 148+116+68=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947444 is #6B8BBB. Grayscale: #787878. Windows color (decimal): -7048124 or 4486292. OLE color: 4486292.

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

Color convert

RGB 148 116 68 -
CMYK 0 0.22 0.54 0.42
HSL 36º 0.37% 0.42% -
HSV(B) 36º 0.54% 0.58% -
XYZ 19.5 19.2 8.15 -
YUV 120.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 148 116 68 0 0.22 0.54 0.42 36 0.37 0.42
Hex 94 74 44 0 16 36 2A 24 25 2A
Octal 224 164 104 0 26 66 52 44 45 52
Binary 10010100 1110100 1000100 0 10110 110110 101010 100100 100101 101010

Color Harmonies of #947444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947444

Black with #947444

Text Example


Text Example

White with #947444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947444; }

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

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

background-color css

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

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

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

border-color css

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

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

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