#95734C

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

Shades of Pale Brown #95734C

Tints of Pale Brown #95734C

Color information

#95734C (or 0x95734C) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 4C. RGB value is (149,115,76). Sum of RGB (Red+Green+Blue) = 149+115+76=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95734C is #6A8CB3. Grayscale: #787878. Windows color (decimal): -6982836 or 5010325. OLE color: 5010325.

HSL color Cylindrical-coordinate representation of color #95734C: hue angle of 32.05º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95734C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14911576-
CMYK00.230.490.42
HSL32.05º32.44%44.12%-
HSV(B)32.05º48.99%58.43%-
XYZ19.8319.179.49-
YUV120.72102.76148.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=43.82%
G=33.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491157600.230.490.4232.0532.4444.12
Hex95734C017312A20202c
Octal2251631140276152404054
Binary1001010111100111001100010111110001101010100000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,115,76); }

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

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

 a { background-color: rgb(149,115,76); }

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

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

 span { border-color: rgb(149,115,76); }

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