#94735F

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

Shades of Beaver #94735F

Tints of Beaver #94735F

Color information

#94735F (or 0x94735F) is unknown color: approx Beaver. HEX triplet: 94, 73 and 5F. RGB value is (148,115,95). Sum of RGB (Red+Green+Blue) = 148+115+95=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94735F is #6B8CA0. Grayscale: #7A7A7A. Windows color (decimal): -7048353 or 6255508. OLE color: 6255508.

HSL color Cylindrical-coordinate representation of color #94735F: hue angle of 22.64º 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 #94735F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14811595-
CMYK00.220.360.42
HSL22.64º21.81%47.65%-
HSV(B)22.64º35.81%58.04%-
XYZ20.4119.3813.49-
YUV122.59112.43146.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=41.34%
G=32.12%
B=26.54%

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
Decimal1481159500.220.360.4222.6421.8147.65
Hex94735F016242A171630
Octal2241631370264452272660
Binary10010100111001110111110101101001001010101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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