#938158

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

Shades of Clay Creek #938158

Tints of Clay Creek #938158

Color information

#938158 (or 0x938158) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 58. RGB value is (147,129,88). Sum of RGB (Red+Green+Blue) = 147+129+88=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #938158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938158 is #6C7EA7. Grayscale: #818181. Windows color (decimal): -7110312 or 5800339. OLE color: 5800339.

HSL color Cylindrical-coordinate representation of color #938158: hue angle of 41.69º 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 #938158 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14712988-
CMYK00.120.400.42
HSL41.69º25.11%46.08%-
HSV(B)41.69º40.14%57.65%-
XYZ21.6422.6112.46-
YUV129.71104.46140.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=40.38%
G=35.44%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471298800.120.400.4241.6925.1146.08
Hex9381580C282A2a192e
Octal2232011300145052523156
Binary100100111000000110110000110010100010101010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938158; }

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

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

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

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

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

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

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

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