#94725F

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

Shades of Beaver #94725F

Tints of Beaver #94725F

Color information

#94725F (or 0x94725F) is unknown color: approx Beaver. HEX triplet: 94, 72 and 5F. RGB value is (148,114,95). Sum of RGB (Red+Green+Blue) = 148+114+95=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94725F is #6B8DA0. Grayscale: #7A7A7A. Windows color (decimal): -7048609 or 6255252. OLE color: 6255252.

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

Color convert

RGB14811495-
CMYK00.230.360.42
HSL21.51º21.81%47.65%-
HSV(B)21.51º35.81%58.04%-
XYZ20.319.1613.45-
YUV122112.76146.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=41.46%
G=31.93%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481149500.230.360.4221.5121.8147.65
Hex94725F017242A161630
Octal2241621370274452262660
Binary10010100111001010111110101111001001010101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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