#938152

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

Shades of Clay Creek #938152

Tints of Clay Creek #938152

Color information

#938152 (or 0x938152) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 52. RGB value is (147,129,82). Sum of RGB (Red+Green+Blue) = 147+129+82=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #938152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938152 is #6C7EAD. Grayscale: #818181. Windows color (decimal): -7110318 or 5407123. OLE color: 5407123.

HSL color Cylindrical-coordinate representation of color #938152: hue angle of 43.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938152 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14712982-
CMYK00.120.440.42
HSL43.38º28.38%44.9%-
HSV(B)43.38º44.22%57.65%-
XYZ21.4122.5111.2-
YUV129.02101.46140.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=41.06%
G=36.03%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471298200.120.440.4243.3828.3844.9
Hex9381520C2C2A2b1c2d
Octal2232011220145452533455
Binary100100111000000110100100110010110010101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938152; }

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

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

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

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

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

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

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

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