#95735B

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

Shades of Beaver #95735B

Tints of Beaver #95735B

Color information

#95735B (or 0x95735B) is unknown color: approx Beaver. HEX triplet: 95, 73 and 5B. RGB value is (149,115,91). Sum of RGB (Red+Green+Blue) = 149+115+91=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95735B is #6A8CA4. Grayscale: #7A7A7A. Windows color (decimal): -6982821 or 5993365. OLE color: 5993365.

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

Color convert

RGB14911591-
CMYK00.230.390.42
HSL24.83º24.17%47.06%-
HSV(B)24.83º38.93%58.43%-
XYZ20.4119.4112.57-
YUV122.43110.26146.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=41.97%
G=32.39%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491159100.230.390.4224.8324.1747.06
Hex95735B017272A19182f
Octal2251631330274752313057
Binary10010101111001110110110101111001111010101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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