#938458

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

Shades of Clay Creek #938458

Tints of Clay Creek #938458

Color information

#938458 (or 0x938458) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 58. RGB value is (147,132,88). Sum of RGB (Red+Green+Blue) = 147+132+88=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #938458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938458 is #6C7BA7. Grayscale: #838383. Windows color (decimal): -7109544 or 5801107. OLE color: 5801107.

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

Color convert

RGB14713288-
CMYK00.100.400.42
HSL44.75º25.11%46.08%-
HSV(B)44.75º40.14%57.65%-
XYZ22.0523.4112.59-
YUV131.47103.47139.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=40.05%
G=35.97%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471328800.100.400.4244.7525.1146.08
Hex9384580A282A2d192e
Octal2232041300125052553156
Binary100100111000010010110000101010100010101010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938458; }

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

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

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

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

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

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

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

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