Html Css Color HEX #95785C Pale Brown

📋 copy color: '#95785C'

red 149 ◦ green 120 ◦ blue 92

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

Shades of Pale Brown #95785C

Tints of Pale Brown #95785C

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 41.27%
G = 33.24%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95785C (or 0x95785C) is known color: Pale Brown. HEX triplet: 95, 78 and 5C. RGB value is (149,120,92). Sum of RGB (Red+Green+Blue) = 149+120+92=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95785C is #6A87A3. Grayscale: #7D7D7D. Windows color (decimal): -6981540 or 6060181. OLE color: 6060181.

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

Color convert

RGB 149 120 92 -
CMYK 0 0.19 0.38 0.42
HSL 29.47º 0.24% 0.47% -
HSV(B) 29.47º 0.38% 0.58% -
XYZ 21.04 20.6 12.99 -
YUV 125.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 149 120 92 0 0.19 0.38 0.42 29.47 0.24 0.47
Hex 95 78 5C 0 13 26 2A 1D 18 2F
Octal 225 170 134 0 23 46 52 35 30 57
Binary 10010101 1111000 1011100 0 10011 100110 101010 11101 11000 101111

Color Harmonies of #95785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95785C

Black with #95785C

Text Example


Text Example

White with #95785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95785C; }

 p { color: rgb(149,120,92); }

 H1.HeaderClassName
 {
   color: #95785C;
 }
 .AnyTagClassName
 {
   color: #95785C;
 }
</style>

background-color css

<style>
 a { background-color: #95785C; }

 a { background-color: rgb(149,120,92); }

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

border-color css

<style>
 span { border-color: #95785C; }

 span { border-color: rgb(149,120,92); }

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