#927F52

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

Shades of Clay Creek #927F52

Tints of Clay Creek #927F52

Color information

#927F52 (or 0x927F52) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 52. RGB value is (146,127,82). Sum of RGB (Red+Green+Blue) = 146+127+82=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #927F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F52 is #6D80AD. Grayscale: #7F7F7F. Windows color (decimal): -7176366 or 5406610. OLE color: 5406610.

HSL color Cylindrical-coordinate representation of color #927F52: hue angle of 42.19º 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 #927F52 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14612782-
CMYK00.130.440.43
HSL42.19º28.07%44.71%-
HSV(B)42.19º43.84%57.25%-
XYZ20.9721.911.1-
YUV127.55102.29141.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=41.13%
G=35.77%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461278200.130.440.4342.1928.0744.71
Hex927F520D2C2B2a1c2d
Octal2221771220155453523455
Binary10010010111111110100100110110110010101110101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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