Html Css Color HEX #94744A Pale Brown

📋 copy color: '#94744A'

red 148 ◦ green 116 ◦ blue 74

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

Shades of Pale Brown #94744A

Tints of Pale Brown #94744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 43.79%
G = 34.32%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94744A (or 0x94744A) is known color: Pale Brown. HEX triplet: 94, 74 and 4A. RGB value is (148,116,74). Sum of RGB (Red+Green+Blue) = 148+116+74=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94744A is #6B8BB5. Grayscale: #787878. Windows color (decimal): -7048118 or 4879508. OLE color: 4879508.

HSL color Cylindrical-coordinate representation of color #94744A: hue angle of 34.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94744A is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 74 -
CMYK 0 0.22 0.50 0.42
HSL 34.05º 0.33% 0.44% -
HSV(B) 34.05º 0.5% 0.58% -
XYZ 19.69 19.28 9.16 -
YUV 120.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 148 116 74 0 0.22 0.50 0.42 34.05 0.33 0.44
Hex 94 74 4A 0 16 32 2A 22 21 2C
Octal 224 164 112 0 26 62 52 42 41 54
Binary 10010100 1110100 1001010 0 10110 110010 101010 100010 100001 101100

Color Harmonies of #94744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94744A

Black with #94744A

Text Example


Text Example

White with #94744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94744A; }

 p { color: rgb(148,116,74); }

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

background-color css

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

 a { background-color: rgb(148,116,74); }

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

border-color css

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

 span { border-color: rgb(148,116,74); }

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