Html Css Color HEX #94714A Pale Brown

📋 copy color: '#94714A'

red 148 ◦ green 113 ◦ blue 74

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

Shades of Pale Brown #94714A

Tints of Pale Brown #94714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 44.18%
G = 33.73%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94714A (or 0x94714A) is known color: Pale Brown. HEX triplet: 94, 71 and 4A. RGB value is (148,113,74). Sum of RGB (Red+Green+Blue) = 148+113+74=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #94714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94714A is #6B8EB5. Grayscale: #777777. Windows color (decimal): -7048886 or 4878740. OLE color: 4878740.

HSL color Cylindrical-coordinate representation of color #94714A: hue angle of 31.62º 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 #94714A is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 74 -
CMYK 0 0.24 0.50 0.42
HSL 31.62º 0.33% 0.44% -
HSV(B) 31.62º 0.5% 0.58% -
XYZ 19.35 18.6 9.05 -
YUV 119.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 148 113 74 0 0.24 0.50 0.42 31.62 0.33 0.44
Hex 94 71 4A 0 18 32 2A 20 21 2C
Octal 224 161 112 0 30 62 52 40 41 54
Binary 10010100 1110001 1001010 0 11000 110010 101010 100000 100001 101100

Color Harmonies of #94714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94714A

Black with #94714A

Text Example


Text Example

White with #94714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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