Html Css Color HEX #947548 Pale Brown

📋 copy color: '#947548'

red 148 ◦ green 117 ◦ blue 72

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

Shades of Pale Brown #947548

Tints of Pale Brown #947548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

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

R = 43.92%
G = 34.72%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947548 (or 0x947548) is known color: Pale Brown. HEX triplet: 94, 75 and 48. RGB value is (148,117,72). Sum of RGB (Red+Green+Blue) = 148+117+72=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #947548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947548 is #6B8AB7. Grayscale: #797979. Windows color (decimal): -7047864 or 4748692. OLE color: 4748692.

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

Color convert

RGB 148 117 72 -
CMYK 0 0.21 0.51 0.42
HSL 35.53º 0.35% 0.43% -
HSV(B) 35.53º 0.51% 0.58% -
XYZ 19.74 19.49 8.85 -
YUV 121.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 148 117 72 0 0.21 0.51 0.42 35.53 0.35 0.43
Hex 94 75 48 0 15 33 2A 24 23 2B
Octal 224 165 110 0 25 63 52 44 43 53
Binary 10010100 1110101 1001000 0 10101 110011 101010 100100 100011 101011

Color Harmonies of #947548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947548

Black with #947548

Text Example


Text Example

White with #947548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947548; }

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

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

background-color css

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

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

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

border-color css

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

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

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