Html Css Color HEX #947048 Pale Brown

📋 copy color: '#947048'

red 148 ◦ green 112 ◦ blue 72

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

Shades of Pale Brown #947048

Tints of Pale Brown #947048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 44.58%
G = 33.73%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947048 (or 0x947048) is known color: Pale Brown. HEX triplet: 94, 70 and 48. RGB value is (148,112,72). Sum of RGB (Red+Green+Blue) = 148+112+72=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947048 is #6B8FB7. Grayscale: #767676. Windows color (decimal): -7049144 or 4747412. OLE color: 4747412.

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

Color convert

RGB 148 112 72 -
CMYK 0 0.24 0.51 0.42
HSL 31.58º 0.35% 0.43% -
HSV(B) 31.58º 0.51% 0.58% -
XYZ 19.18 18.35 8.66 -
YUV 118.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 148 112 72 0 0.24 0.51 0.42 31.58 0.35 0.43
Hex 94 70 48 0 18 33 2A 20 23 2B
Octal 224 160 110 0 30 63 52 40 43 53
Binary 10010100 1110000 1001000 0 11000 110011 101010 100000 100011 101011

Color Harmonies of #947048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947048

Black with #947048

Text Example


Text Example

White with #947048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947048; }

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

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

background-color css

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

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

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

border-color css

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

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

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