Html Css Color HEX #94784B Pale Brown

📋 copy color: '#94784B'

red 148 ◦ green 120 ◦ blue 75

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

Shades of Pale Brown #94784B

Tints of Pale Brown #94784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 43.15%
G = 34.99%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94784B (or 0x94784B) is known color: Pale Brown. HEX triplet: 94, 78 and 4B. RGB value is (148,120,75). Sum of RGB (Red+Green+Blue) = 148+120+75=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784B is #6B87B4. Grayscale: #7B7B7B. Windows color (decimal): -7047093 or 4946068. OLE color: 4946068.

HSL color Cylindrical-coordinate representation of color #94784B: hue angle of 36.99º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94784B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 75 -
CMYK 0 0.19 0.49 0.42
HSL 36.99º 0.33% 0.44% -
HSV(B) 36.99º 0.49% 0.58% -
XYZ 20.2 20.24 9.5 -
YUV 123.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 148 120 75 0 0.19 0.49 0.42 36.99 0.33 0.44
Hex 94 78 4B 0 13 31 2A 25 21 2C
Octal 224 170 113 0 23 61 52 45 41 54
Binary 10010100 1111000 1001011 0 10011 110001 101010 100101 100001 101100

Color Harmonies of #94784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94784B

Black with #94784B

Text Example


Text Example

White with #94784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94784B; }

 p { color: rgb(148,120,75); }

 H1.HeaderClassName
 {
   color: #94784B;
 }
 .AnyTagClassName
 {
   color: #94784B;
 }
</style>

background-color css

<style>
 a { background-color: #94784B; }

 a { background-color: rgb(148,120,75); }

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

border-color css

<style>
 span { border-color: #94784B; }

 span { border-color: rgb(148,120,75); }

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