Html Css Color HEX #94724A Pale Brown

📋 copy color: '#94724A'

red 148 ◦ green 114 ◦ blue 74

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

Shades of Pale Brown #94724A

Tints of Pale Brown #94724A

RGB

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

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

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

R = 44.05%
G = 33.93%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94724A (or 0x94724A) is known color: Pale Brown. HEX triplet: 94, 72 and 4A. RGB value is (148,114,74). Sum of RGB (Red+Green+Blue) = 148+114+74=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94724A is #6B8DB5. Grayscale: #777777. Windows color (decimal): -7048630 or 4878996. OLE color: 4878996.

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

Color convert

RGB 148 114 74 -
CMYK 0 0.23 0.50 0.42
HSL 32.43º 0.33% 0.44% -
HSV(B) 32.43º 0.5% 0.58% -
XYZ 19.47 18.82 9.09 -
YUV 119.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 148 114 74 0 0.23 0.50 0.42 32.43 0.33 0.44
Hex 94 72 4A 0 17 32 2A 20 21 2C
Octal 224 162 112 0 27 62 52 40 41 54
Binary 10010100 1110010 1001010 0 10111 110010 101010 100000 100001 101100

Color Harmonies of #94724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94724A

Black with #94724A

Text Example


Text Example

White with #94724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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