Html Css Color HEX #94714F Pale Brown

📋 copy color: '#94714F'

red 148 ◦ green 113 ◦ blue 79

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

Shades of Pale Brown #94714F

Tints of Pale Brown #94714F

RGB

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

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

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

R = 43.53%
G = 33.24%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94714F (or 0x94714F) is known color: Pale Brown. HEX triplet: 94, 71 and 4F. RGB value is (148,113,79). Sum of RGB (Red+Green+Blue) = 148+113+79=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94714F is #6B8EB0. Grayscale: #777777. Windows color (decimal): -7048881 or 5206420. OLE color: 5206420.

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

Color convert

RGB 148 113 79 -
CMYK 0 0.24 0.47 0.42
HSL 29.57º 0.3% 0.45% -
HSV(B) 29.57º 0.47% 0.58% -
XYZ 19.53 18.67 9.97 -
YUV 119.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 148 113 79 0 0.24 0.47 0.42 29.57 0.3 0.45
Hex 94 71 4F 0 18 2F 2A 1E 1E 2D
Octal 224 161 117 0 30 57 52 36 36 55
Binary 10010100 1110001 1001111 0 11000 101111 101010 11110 11110 101101

Color Harmonies of #94714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94714F

Black with #94714F

Text Example


Text Example

White with #94714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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