Html Css Color HEX #94734C Pale Brown

📋 copy color: '#94734C'

red 148 ◦ green 115 ◦ blue 76

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

Shades of Pale Brown #94734C

Tints of Pale Brown #94734C

RGB

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

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

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

R = 43.66%
G = 33.92%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94734C (or 0x94734C) is known color: Pale Brown. HEX triplet: 94, 73 and 4C. RGB value is (148,115,76). Sum of RGB (Red+Green+Blue) = 148+115+76=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94734C is #6B8CB3. Grayscale: #787878. Windows color (decimal): -7048372 or 5010324. OLE color: 5010324.

HSL color Cylindrical-coordinate representation of color #94734C: hue angle of 32.5º 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 #94734C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 76 -
CMYK 0 0.22 0.49 0.42
HSL 32.5º 0.32% 0.44% -
HSV(B) 32.5º 0.49% 0.58% -
XYZ 19.65 19.08 9.48 -
YUV 120.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 148 115 76 0 0.22 0.49 0.42 32.5 0.32 0.44
Hex 94 73 4C 0 16 31 2A 20 20 2C
Octal 224 163 114 0 26 61 52 40 40 54
Binary 10010100 1110011 1001100 0 10110 110001 101010 100000 100000 101100

Color Harmonies of #94734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94734C

Black with #94734C

Text Example


Text Example

White with #94734C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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