Html Css Color HEX #94785B Pale Brown

📋 copy color: '#94785B'

red 148 ◦ green 120 ◦ blue 91

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

Shades of Pale Brown #94785B

Tints of Pale Brown #94785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 41.23%
G = 33.43%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94785B (or 0x94785B) is known color: Pale Brown. HEX triplet: 94, 78 and 5B. RGB value is (148,120,91). Sum of RGB (Red+Green+Blue) = 148+120+91=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94785B is #6B87A4. Grayscale: #7D7D7D. Windows color (decimal): -7047077 or 5994644. OLE color: 5994644.

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

Color convert

RGB 148 120 91 -
CMYK 0 0.19 0.39 0.42
HSL 30.53º 0.24% 0.47% -
HSV(B) 30.53º 0.39% 0.58% -
XYZ 20.82 20.48 12.75 -
YUV 125.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 148 120 91 0 0.19 0.39 0.42 30.53 0.24 0.47
Hex 94 78 5B 0 13 27 2A 1F 18 2F
Octal 224 170 133 0 23 47 52 37 30 57
Binary 10010100 1111000 1011011 0 10011 100111 101010 11111 11000 101111

Color Harmonies of #94785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94785B

Black with #94785B

Text Example


Text Example

White with #94785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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