#94735B

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

Shades of Beaver #94735B

Tints of Beaver #94735B

Color information

#94735B (or 0x94735B) is unknown color: approx Beaver. HEX triplet: 94, 73 and 5B. RGB value is (148,115,91). Sum of RGB (Red+Green+Blue) = 148+115+91=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94735B is #6B8CA4. Grayscale: #7A7A7A. Windows color (decimal): -7048357 or 5993364. OLE color: 5993364.

HSL color Cylindrical-coordinate representation of color #94735B: 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.39%. Process color model (Four color, CMYK) of #94735B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14811591-
CMYK00.220.390.42
HSL25.26º23.85%46.86%-
HSV(B)25.26º38.51%58.04%-
XYZ20.2319.3112.56-
YUV122.13110.43146.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=41.81%
G=32.49%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481159100.220.390.4225.2623.8546.86
Hex94735B016272A19182f
Octal2241631330264752313057
Binary10010100111001110110110101101001111010101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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