#94735E

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

Shades of Beaver #94735E

Tints of Beaver #94735E

Color information

#94735E (or 0x94735E) is unknown color: approx Beaver. HEX triplet: 94, 73 and 5E. RGB value is (148,115,94). Sum of RGB (Red+Green+Blue) = 148+115+94=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94735E is #6B8CA1. Grayscale: #7A7A7A. Windows color (decimal): -7048354 or 6189972. OLE color: 6189972.

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

Color convert

RGB14811594-
CMYK00.220.360.42
HSL23.33º22.31%47.45%-
HSV(B)23.33º36.49%58.04%-
XYZ20.3619.3713.25-
YUV122.47111.93146.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=41.46%
G=32.21%
B=26.33%

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
Decimal1481159400.220.360.4223.3322.3147.45
Hex94735E016242A17162f
Octal2241631360264452272657
Binary10010100111001110111100101101001001010101011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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