Html Css Color HEX #94785D Pale Brown

📋 copy color: '#94785D'

red 148 ◦ green 120 ◦ blue 93

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

Shades of Pale Brown #94785D

Tints of Pale Brown #94785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 41%
G = 33.24%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94785D (or 0x94785D) is known color: Pale Brown. HEX triplet: 94, 78 and 5D. RGB value is (148,120,93). Sum of RGB (Red+Green+Blue) = 148+120+93=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94785D is #6B87A2. Grayscale: #7D7D7D. Windows color (decimal): -7047075 or 6125716. OLE color: 6125716.

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

Color convert

RGB 148 120 93 -
CMYK 0 0.19 0.37 0.42
HSL 29.45º 0.23% 0.47% -
HSV(B) 29.45º 0.37% 0.58% -
XYZ 20.91 20.52 13.21 -
YUV 125.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 148 120 93 0 0.19 0.37 0.42 29.45 0.23 0.47
Hex 94 78 5D 0 13 25 2A 1D 17 2F
Octal 224 170 135 0 23 45 52 35 27 57
Binary 10010100 1111000 1011101 0 10011 100101 101010 11101 10111 101111

Color Harmonies of #94785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94785D

Black with #94785D

Text Example


Text Example

White with #94785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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