#95784A

Color #95784A Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #95784A

Tints of Pale Brown #95784A

Color information

#95784A (or 0x95784A) is unknown color: approx Pale Brown. HEX triplet: 95, 78 and 4A. RGB value is (149,120,74). Sum of RGB (Red+Green+Blue) = 149+120+74=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95784A is #6A87B5. Grayscale: #7B7B7B. Windows color (decimal): -6981558 or 4880533. OLE color: 4880533.

HSL color Cylindrical-coordinate representation of color #95784A: hue angle of 36.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95784A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14912074-
CMYK00.190.500.42
HSL36.8º33.63%43.73%-
HSV(B)36.8º50.34%58.43%-
XYZ20.3520.329.33-
YUV123.43100.11146.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=43.44%
G=34.99%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491207400.190.500.4236.833.6343.73
Hex95784A013322A25222c
Octal2251701120236252454254
Binary1001010111110001001010010011110010101010100101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95784A; }

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

 H1.HeaderClassName
 {
   color: #95784A;
 }
 .AnyTagClassName
 {
   color: #95784A;
 }
</style>
background-color css

<style>
 a { background-color: #95784A; }

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

 div.DivClassName
 {
   background-color: #95784A;
 }
 .BgClassName
 {
   background-color: #95784A;
 }
</style>
border-color css

<style>
 span { border-color: #95784A; }

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

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