#94735C

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

Shades of Beaver #94735C

Tints of Beaver #94735C

Color information

#94735C (or 0x94735C) is unknown color: approx Beaver. HEX triplet: 94, 73 and 5C. RGB value is (148,115,92). Sum of RGB (Red+Green+Blue) = 148+115+92=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94735C is #6B8CA3. Grayscale: #7A7A7A. Windows color (decimal): -7048356 or 6058900. OLE color: 6058900.

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

Color convert

RGB14811592-
CMYK00.220.380.42
HSL24.64º23.33%47.06%-
HSV(B)24.64º37.84%58.04%-
XYZ20.2819.3312.79-
YUV122.24110.93146.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=41.69%
G=32.39%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481159200.220.380.4224.6423.3347.06
Hex94735C016262A19172f
Octal2241631340264652312757
Binary10010100111001110111000101101001101010101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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