Html Css Color HEX #94794F Pale Brown

📋 copy color: '#94794F'

red 148 ◦ green 121 ◦ blue 79

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

Shades of Pale Brown #94794F

Tints of Pale Brown #94794F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 42.53%
G = 34.77%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94794F (or 0x94794F) is known color: Pale Brown. HEX triplet: 94, 79 and 4F. RGB value is (148,121,79). Sum of RGB (Red+Green+Blue) = 148+121+79=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #94794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94794F is #6B86B0. Grayscale: #7C7C7C. Windows color (decimal): -7046833 or 5208468. OLE color: 5208468.

HSL color Cylindrical-coordinate representation of color #94794F: hue angle of 36.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94794F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 79 -
CMYK 0 0.18 0.47 0.42
HSL 36.52º 0.3% 0.45% -
HSV(B) 36.52º 0.47% 0.58% -
XYZ 20.46 20.54 10.28 -
YUV 124.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 148 121 79 0 0.18 0.47 0.42 36.52 0.3 0.45
Hex 94 79 4F 0 12 2F 2A 25 1E 2D
Octal 224 171 117 0 22 57 52 45 36 55
Binary 10010100 1111001 1001111 0 10010 101111 101010 100101 11110 101101

Color Harmonies of #94794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94794F

Black with #94794F

Text Example


Text Example

White with #94794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94794F; }

 p { color: rgb(148,121,79); }

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

background-color css

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

 a { background-color: rgb(148,121,79); }

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

border-color css

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

 span { border-color: rgb(148,121,79); }

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