#95745C

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

Shades of Beaver #95745C

Tints of Beaver #95745C

Color information

#95745C (or 0x95745C) is unknown color: approx Beaver. HEX triplet: 95, 74 and 5C. RGB value is (149,116,92). Sum of RGB (Red+Green+Blue) = 149+116+92=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95745C is #6A8BA3. Grayscale: #7B7B7B. Windows color (decimal): -6982564 or 6059157. OLE color: 6059157.

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

Color convert

RGB14911692-
CMYK00.220.380.42
HSL25.26º23.65%47.25%-
HSV(B)25.26º38.26%58.43%-
XYZ20.5719.6512.83-
YUV123.13110.43146.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=41.74%
G=32.49%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491169200.220.380.4225.2623.6547.25
Hex95745C016262A19182f
Octal2251641340264652313057
Binary10010101111010010111000101101001101010101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,116,92); }

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

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

 a { background-color: rgb(149,116,92); }

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

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

 span { border-color: rgb(149,116,92); }

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