Html Css Color HEX #94764A Pale Brown

📋 copy color: '#94764A'

red 148 ◦ green 118 ◦ blue 74

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

Shades of Pale Brown #94764A

Tints of Pale Brown #94764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 43.53%
G = 34.71%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94764A (or 0x94764A) is known color: Pale Brown. HEX triplet: 94, 76 and 4A. RGB value is (148,118,74). Sum of RGB (Red+Green+Blue) = 148+118+74=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94764A is #6B89B5. Grayscale: #7A7A7A. Windows color (decimal): -7047606 or 4880020. OLE color: 4880020.

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

Color convert

RGB 148 118 74 -
CMYK 0 0.20 0.50 0.42
HSL 35.68º 0.33% 0.44% -
HSV(B) 35.68º 0.5% 0.58% -
XYZ 19.93 19.75 9.24 -
YUV 121.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 148 118 74 0 0.20 0.50 0.42 35.68 0.33 0.44
Hex 94 76 4A 0 14 32 2A 24 21 2C
Octal 224 166 112 0 24 62 52 44 41 54
Binary 10010100 1110110 1001010 0 10100 110010 101010 100100 100001 101100

Color Harmonies of #94764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94764A

Black with #94764A

Text Example


Text Example

White with #94764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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