#927D52

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

Shades of Clay Creek #927D52

Tints of Clay Creek #927D52

Color information

#927D52 (or 0x927D52) is unknown color: approx Clay Creek. HEX triplet: 92, 7D and 52. RGB value is (146,125,82). Sum of RGB (Red+Green+Blue) = 146+125+82=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D52 is #6D82AD. Grayscale: #7E7E7E. Windows color (decimal): -7176878 or 5406098. OLE color: 5406098.

HSL color Cylindrical-coordinate representation of color #927D52: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927D52 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14612582-
CMYK00.140.440.43
HSL40.31º28.07%44.71%-
HSV(B)40.31º43.84%57.25%-
XYZ20.7121.3911.02-
YUV126.38102.96142-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=41.36%
G=35.41%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461258200.140.440.4340.3128.0744.71
Hex927D520E2C2B281c2d
Octal2221751220165453503455
Binary10010010111110110100100111010110010101110100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927D52; }

 p { color: rgb(146,125,82); }

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

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

 a { background-color: rgb(146,125,82); }

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

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

 span { border-color: rgb(146,125,82); }

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