#927F5A

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

Shades of Clay Creek #927F5A

Tints of Clay Creek #927F5A

Color information

#927F5A (or 0x927F5A) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 5A. RGB value is (146,127,90). Sum of RGB (Red+Green+Blue) = 146+127+90=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F5A is #6D80A5. Grayscale: #808080. Windows color (decimal): -7176358 or 5930898. OLE color: 5930898.

HSL color Cylindrical-coordinate representation of color #927F5A: hue angle of 39.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927F5A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14612790-
CMYK00.130.380.43
HSL39.64º23.73%46.27%-
HSV(B)39.64º38.36%57.25%-
XYZ21.2922.0312.8-
YUV128.46106.29140.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=40.22%
G=34.99%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461279000.130.380.4339.6423.7346.27
Hex927F5A0D262B28182e
Octal2221771320154653503056
Binary10010010111111110110100110110011010101110100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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