Html Css Color HEX #94785E Pale Brown

📋 copy color: '#94785E'

red 148 ◦ green 120 ◦ blue 94

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

Shades of Pale Brown #94785E

Tints of Pale Brown #94785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 40.88%
G = 33.15%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94785E (or 0x94785E) is known color: Pale Brown. HEX triplet: 94, 78 and 5E. RGB value is (148,120,94). Sum of RGB (Red+Green+Blue) = 148+120+94=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94785E is #6B87A1. Grayscale: #7D7D7D. Windows color (decimal): -7047074 or 6191252. OLE color: 6191252.

HSL color Cylindrical-coordinate representation of color #94785E: hue angle of 28.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94785E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 94 -
CMYK 0 0.19 0.36 0.42
HSL 28.89º 0.22% 0.47% -
HSV(B) 28.89º 0.36% 0.58% -
XYZ 20.95 20.54 13.45 -
YUV 125.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 148 120 94 0 0.19 0.36 0.42 28.89 0.22 0.47
Hex 94 78 5E 0 13 24 2A 1D 16 2F
Octal 224 170 136 0 23 44 52 35 26 57
Binary 10010100 1111000 1011110 0 10011 100100 101010 11101 10110 101111

Color Harmonies of #94785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94785E

Black with #94785E

Text Example


Text Example

White with #94785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94785E; }

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

 H1.HeaderClassName
 {
   color: #94785E;
 }
 .AnyTagClassName
 {
   color: #94785E;
 }
</style>

background-color css

<style>
 a { background-color: #94785E; }

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

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

border-color css

<style>
 span { border-color: #94785E; }

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

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