Html Css Color HEX #947544 Pale Brown

📋 copy color: '#947544'

red 148 ◦ green 117 ◦ blue 68

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

Shades of Pale Brown #947544

Tints of Pale Brown #947544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 44.44%
G = 35.14%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#947544 (or 0x947544) is known color: Pale Brown. HEX triplet: 94, 75 and 44. RGB value is (148,117,68). Sum of RGB (Red+Green+Blue) = 148+117+68=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947544 is #6B8ABB. Grayscale: #787878. Windows color (decimal): -7047868 or 4486548. OLE color: 4486548.

HSL color Cylindrical-coordinate representation of color #947544: hue angle of 36.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #947544 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 68 -
CMYK 0 0.21 0.54 0.42
HSL 36.75º 0.37% 0.42% -
HSV(B) 36.75º 0.54% 0.58% -
XYZ 19.62 19.44 8.19 -
YUV 120.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 148 117 68 0 0.21 0.54 0.42 36.75 0.37 0.42
Hex 94 75 44 0 15 36 2A 25 25 2A
Octal 224 165 104 0 25 66 52 45 45 52
Binary 10010100 1110101 1000100 0 10101 110110 101010 100101 100101 101010

Color Harmonies of #947544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947544

Black with #947544

Text Example


Text Example

White with #947544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947544; }

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

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

background-color css

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

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

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

border-color css

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

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

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