#95704C

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

Shades of Pale Brown #95704C

Tints of Pale Brown #95704C

Color information

#95704C (or 0x95704C) is unknown color: approx Pale Brown. HEX triplet: 95, 70 and 4C. RGB value is (149,112,76). Sum of RGB (Red+Green+Blue) = 149+112+76=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95704C is #6A8FB3. Grayscale: #777777. Windows color (decimal): -6983604 or 5009557. OLE color: 5009557.

HSL color Cylindrical-coordinate representation of color #95704C: hue angle of 29.59º 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 #95704C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14911276-
CMYK00.250.490.42
HSL29.59º32.44%44.12%-
HSV(B)29.59º48.99%58.43%-
XYZ19.4918.59.38-
YUV118.96103.76149.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=44.21%
G=33.23%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491127600.250.490.4229.5932.4444.12
Hex95704C019312A1e202c
Octal2251601140316152364054
Binary100101011110000100110001100111000110101011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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