Html Css Color HEX #94734D Pale Brown

📋 copy color: '#94734D'

red 148 ◦ green 115 ◦ blue 77

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

Shades of Pale Brown #94734D

Tints of Pale Brown #94734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 43.53%
G = 33.82%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94734D (or 0x94734D) is known color: Pale Brown. HEX triplet: 94, 73 and 4D. RGB value is (148,115,77). Sum of RGB (Red+Green+Blue) = 148+115+77=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94734D is #6B8CB2. Grayscale: #787878. Windows color (decimal): -7048371 or 5075860. OLE color: 5075860.

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

Color convert

RGB 148 115 77 -
CMYK 0 0.22 0.48 0.42
HSL 32.11º 0.32% 0.44% -
HSV(B) 32.11º 0.48% 0.58% -
XYZ 19.68 19.09 9.67 -
YUV 120.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 148 115 77 0 0.22 0.48 0.42 32.11 0.32 0.44
Hex 94 73 4D 0 16 30 2A 20 20 2C
Octal 224 163 115 0 26 60 52 40 40 54
Binary 10010100 1110011 1001101 0 10110 110000 101010 100000 100000 101100

Color Harmonies of #94734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94734D

Black with #94734D

Text Example


Text Example

White with #94734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94734D; }

 p { color: rgb(148,115,77); }

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

background-color css

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

 a { background-color: rgb(148,115,77); }

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

border-color css

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

 span { border-color: rgb(148,115,77); }

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