Html Css Color HEX #94704C Pale Brown

📋 copy color: '#94704C'

red 148 ◦ green 112 ◦ blue 76

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

Shades of Pale Brown #94704C

Tints of Pale Brown #94704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 44.05%
G = 33.33%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94704C (or 0x94704C) is known color: Pale Brown. HEX triplet: 94, 70 and 4C. RGB value is (148,112,76). Sum of RGB (Red+Green+Blue) = 148+112+76=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94704C is #6B8FB3. Grayscale: #767676. Windows color (decimal): -7049140 or 5009556. OLE color: 5009556.

HSL color Cylindrical-coordinate representation of color #94704C: hue angle of 30º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94704C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 76 -
CMYK 0 0.24 0.49 0.42
HSL 30º 0.32% 0.44% -
HSV(B) 30º 0.49% 0.58% -
XYZ 19.31 18.41 9.37 -
YUV 118.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 148 112 76 0 0.24 0.49 0.42 30 0.32 0.44
Hex 94 70 4C 0 18 31 2A 1E 20 2C
Octal 224 160 114 0 30 61 52 36 40 54
Binary 10010100 1110000 1001100 0 11000 110001 101010 11110 100000 101100

Color Harmonies of #94704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94704C

Black with #94704C

Text Example


Text Example

White with #94704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94704C; }

 p { color: rgb(148,112,76); }

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

background-color css

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

 a { background-color: rgb(148,112,76); }

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

border-color css

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

 span { border-color: rgb(148,112,76); }

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