#938252

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

Shades of Clay Creek #938252

Tints of Clay Creek #938252

Color information

#938252 (or 0x938252) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 52. RGB value is (147,130,82). Sum of RGB (Red+Green+Blue) = 147+130+82=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #938252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938252 is #6C7DAD. Grayscale: #818181. Windows color (decimal): -7110062 or 5407379. OLE color: 5407379.

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

Color convert

RGB14713082-
CMYK00.120.440.42
HSL44.31º28.38%44.9%-
HSV(B)44.31º44.22%57.65%-
XYZ21.5422.7811.24-
YUV129.61101.13140.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=40.95%
G=36.21%
B=22.84%

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
Decimal1471308200.120.440.4244.3128.3844.9
Hex9382520C2C2A2c1c2d
Octal2232021220145452543455
Binary100100111000001010100100110010110010101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938252; }

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

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

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

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

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

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

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

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