#95735F

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

Shades of Beaver #95735F

Tints of Beaver #95735F

Color information

#95735F (or 0x95735F) is unknown color: approx Beaver. HEX triplet: 95, 73 and 5F. RGB value is (149,115,95). Sum of RGB (Red+Green+Blue) = 149+115+95=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95735F is #6A8CA0. Grayscale: #7A7A7A. Windows color (decimal): -6982817 or 6255509. OLE color: 6255509.

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

Color convert

RGB14911595-
CMYK00.230.360.42
HSL22.22º22.13%47.84%-
HSV(B)22.22º36.24%58.43%-
XYZ20.5919.4813.5-
YUV122.89112.26146.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=41.50%
G=32.03%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491159500.230.360.4222.2222.1347.84
Hex95735F017242A161630
Octal2251631370274452262660
Binary10010101111001110111110101111001001010101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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