Html Css Color HEX #947446 Pale Brown

📋 copy color: '#947446'

red 148 ◦ green 116 ◦ blue 70

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

Shades of Pale Brown #947446

Tints of Pale Brown #947446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 44.31%
G = 34.73%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#947446 (or 0x947446) is known color: Pale Brown. HEX triplet: 94, 74 and 46. RGB value is (148,116,70). Sum of RGB (Red+Green+Blue) = 148+116+70=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947446 is #6B8BB9. Grayscale: #787878. Windows color (decimal): -7048122 or 4617364. OLE color: 4617364.

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

Color convert

RGB 148 116 70 -
CMYK 0 0.22 0.53 0.42
HSL 35.38º 0.36% 0.43% -
HSV(B) 35.38º 0.53% 0.58% -
XYZ 19.56 19.23 8.47 -
YUV 120.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 148 116 70 0 0.22 0.53 0.42 35.38 0.36 0.43
Hex 94 74 46 0 16 35 2A 23 24 2B
Octal 224 164 106 0 26 65 52 43 44 53
Binary 10010100 1110100 1000110 0 10110 110101 101010 100011 100100 101011

Color Harmonies of #947446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947446

Black with #947446

Text Example


Text Example

White with #947446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947446; }

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

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

background-color css

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

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

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

border-color css

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

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

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