Html Css Color HEX #947148 Pale Brown

📋 copy color: '#947148'

red 148 ◦ green 113 ◦ blue 72

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

Shades of Pale Brown #947148

Tints of Pale Brown #947148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

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

R = 44.44%
G = 33.93%
B = 21.62%

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

#947148 (or 0x947148) is known color: Pale Brown. HEX triplet: 94, 71 and 48. RGB value is (148,113,72). Sum of RGB (Red+Green+Blue) = 148+113+72=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947148 is #6B8EB7. Grayscale: #767676. Windows color (decimal): -7048888 or 4747668. OLE color: 4747668.

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

Color convert

RGB 148 113 72 -
CMYK 0 0.24 0.51 0.42
HSL 32.37º 0.35% 0.43% -
HSV(B) 32.37º 0.51% 0.58% -
XYZ 19.29 18.57 8.7 -
YUV 118.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 148 113 72 0 0.24 0.51 0.42 32.37 0.35 0.43
Hex 94 71 48 0 18 33 2A 20 23 2B
Octal 224 161 110 0 30 63 52 40 43 53
Binary 10010100 1110001 1001000 0 11000 110011 101010 100000 100011 101011

Color Harmonies of #947148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947148

Black with #947148

Text Example


Text Example

White with #947148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947148; }

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

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

background-color css

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

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

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

border-color css

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

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

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