Html Css Color HEX #947046 Pale Brown

📋 copy color: '#947046'

red 148 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #947046

Tints of Pale Brown #947046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

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

R = 44.85%
G = 33.94%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#947046 (or 0x947046) is known color: Pale Brown. HEX triplet: 94, 70 and 46. RGB value is (148,112,70). Sum of RGB (Red+Green+Blue) = 148+112+70=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947046 is #6B8FB9. Grayscale: #767676. Windows color (decimal): -7049146 or 4616340. OLE color: 4616340.

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

Color convert

RGB 148 112 70 -
CMYK 0 0.24 0.53 0.42
HSL 32.31º 0.36% 0.43% -
HSV(B) 32.31º 0.53% 0.58% -
XYZ 19.11 18.33 8.32 -
YUV 117.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 148 112 70 0 0.24 0.53 0.42 32.31 0.36 0.43
Hex 94 70 46 0 18 35 2A 20 24 2B
Octal 224 160 106 0 30 65 52 40 44 53
Binary 10010100 1110000 1000110 0 11000 110101 101010 100000 100100 101011

Color Harmonies of #947046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947046

Black with #947046

Text Example


Text Example

White with #947046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947046; }

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

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

background-color css

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

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

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

border-color css

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

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

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