#94745E

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

Shades of Beaver #94745E

Tints of Beaver #94745E

Color information

#94745E (or 0x94745E) is unknown color: approx Beaver. HEX triplet: 94, 74 and 5E. RGB value is (148,116,94). Sum of RGB (Red+Green+Blue) = 148+116+94=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94745E is #6B8BA1. Grayscale: #7B7B7B. Windows color (decimal): -7048098 or 6190228. OLE color: 6190228.

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

Color convert

RGB14811694-
CMYK00.220.360.42
HSL24.44º22.31%47.45%-
HSV(B)24.44º36.49%58.04%-
XYZ20.4819.5913.29-
YUV123.06111.6145.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=41.34%
G=32.40%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481169400.220.360.4224.4422.3147.45
Hex94745E016242A18162f
Octal2241641360264452302657
Binary10010100111010010111100101101001001010101100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94745E; }

 p { color: rgb(148,116,94); }

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

<style>
 a { background-color: #94745E; }

 a { background-color: rgb(148,116,94); }

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

<style>
 span { border-color: #94745E; }

 span { border-color: rgb(148,116,94); }

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