#927F48

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

Shades of Clay Creek #927F48

Tints of Clay Creek #927F48

Color information

#927F48 (or 0x927F48) is unknown color: approx Clay Creek. HEX triplet: 92, 7F and 48. RGB value is (146,127,72). Sum of RGB (Red+Green+Blue) = 146+127+72=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #927F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F48 is #6D80B7. Grayscale: #7E7E7E. Windows color (decimal): -7176376 or 4751250. OLE color: 4751250.

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

Color convert

RGB14612772-
CMYK00.130.510.43
HSL44.59º33.94%42.75%-
HSV(B)44.59º50.68%57.25%-
XYZ20.6121.769.24-
YUV126.4197.29141.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=42.32%
G=36.81%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461277200.130.510.4344.5933.9442.75
Hex927F480D332B2d222b
Octal2221771100156353554253
Binary100100101111111100100001101110011101011101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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