#937258

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

Shades of Beaver #937258

Tints of Beaver #937258

Color information

#937258 (or 0x937258) is unknown color: approx Beaver. HEX triplet: 93, 72 and 58. RGB value is (147,114,88). Sum of RGB (Red+Green+Blue) = 147+114+88=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #937258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937258 is #6C8DA7. Grayscale: #797979. Windows color (decimal): -7114152 or 5796499. OLE color: 5796499.

HSL color Cylindrical-coordinate representation of color #937258: hue angle of 26.44º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #937258 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14711488-
CMYK00.220.400.42
HSL26.44º25.11%46.08%-
HSV(B)26.44º40.14%57.65%-
XYZ19.8118.9411.84-
YUV120.9109.43146.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=42.12%
G=32.66%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471148800.220.400.4226.4425.1146.08
Hex937258016282A1a192e
Octal2231621300265052323156
Binary10010011111001010110000101101010001010101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937258; }

 p { color: rgb(147,114,88); }

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

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

 a { background-color: rgb(147,114,88); }

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

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

 span { border-color: rgb(147,114,88); }

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