#95704B

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

Shades of Pale Brown #95704B

Tints of Pale Brown #95704B

Color information

#95704B (or 0x95704B) is unknown color: approx Pale Brown. HEX triplet: 95, 70 and 4B. RGB value is (149,112,75). Sum of RGB (Red+Green+Blue) = 149+112+75=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95704B is #6A8FB4. Grayscale: #777777. Windows color (decimal): -6983605 or 4944021. OLE color: 4944021.

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

Color convert

RGB14911275-
CMYK00.250.500.42
HSL30º33.04%43.92%-
HSV(B)30º49.66%58.43%-
XYZ19.4618.499.2-
YUV118.84103.26149.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=44.35%
G=33.33%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491127500.250.500.423033.0443.92
Hex95704B019322A1e212c
Octal2251601130316252364154
Binary100101011110000100101101100111001010101011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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