Html Css Color HEX #947144 Pale Brown

📋 copy color: '#947144'

red 148 ◦ green 113 ◦ blue 68

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

Shades of Pale Brown #947144

Tints of Pale Brown #947144

RGB

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

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

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

R = 44.98%
G = 34.35%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#947144 (or 0x947144) is known color: Pale Brown. HEX triplet: 94, 71 and 44. RGB value is (148,113,68). Sum of RGB (Red+Green+Blue) = 148+113+68=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #947144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947144 is #6B8EBB. Grayscale: #767676. Windows color (decimal): -7048892 or 4485524. OLE color: 4485524.

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

Color convert

RGB 148 113 68 -
CMYK 0 0.24 0.54 0.42
HSL 33.75º 0.37% 0.42% -
HSV(B) 33.75º 0.54% 0.58% -
XYZ 19.16 18.52 8.03 -
YUV 118.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 148 113 68 0 0.24 0.54 0.42 33.75 0.37 0.42
Hex 94 71 44 0 18 36 2A 22 25 2A
Octal 224 161 104 0 30 66 52 42 45 52
Binary 10010100 1110001 1000100 0 11000 110110 101010 100010 100101 101010

Color Harmonies of #947144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947144

Black with #947144

Text Example


Text Example

White with #947144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947144; }

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

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

background-color css

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

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

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

border-color css

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

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

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