Html Css Color HEX #94724D Pale Brown

📋 copy color: '#94724D'

red 148 ◦ green 114 ◦ blue 77

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

Shades of Pale Brown #94724D

Tints of Pale Brown #94724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 43.66%
G = 33.63%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94724D (or 0x94724D) is known color: Pale Brown. HEX triplet: 94, 72 and 4D. RGB value is (148,114,77). Sum of RGB (Red+Green+Blue) = 148+114+77=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94724D is #6B8DB2. Grayscale: #787878. Windows color (decimal): -7048627 or 5075604. OLE color: 5075604.

HSL color Cylindrical-coordinate representation of color #94724D: hue angle of 31.27º 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 #94724D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 77 -
CMYK 0 0.23 0.48 0.42
HSL 31.27º 0.32% 0.44% -
HSV(B) 31.27º 0.48% 0.58% -
XYZ 19.57 18.87 9.63 -
YUV 119.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 148 114 77 0 0.23 0.48 0.42 31.27 0.32 0.44
Hex 94 72 4D 0 17 30 2A 1F 20 2C
Octal 224 162 115 0 27 60 52 37 40 54
Binary 10010100 1110010 1001101 0 10111 110000 101010 11111 100000 101100

Color Harmonies of #94724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94724D

Black with #94724D

Text Example


Text Example

White with #94724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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